#37823c

Color #37823C Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #37823C

Tints of Japanese Laurel #37823C

Color information

#37823C (or 0x37823C) is unknown color: approx Japanese Laurel. HEX triplet: 37, 82 and 3C. RGB value is (55,130,60). Sum of RGB (Red+Green+Blue) = 55+130+60=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #37823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37823C is #C87DC3. Grayscale: #636363. Windows color (decimal): -13139396 or 3965495. OLE color: 3965495.

HSL color Cylindrical-coordinate representation of color #37823C: hue angle of 124º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37823C is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB5513060-
CMYK0.5800.540.49
HSL124º40.54%36.27%-
HSV(B)124º57.69%50.98%-
XYZ10.3717.17.03-
YUV99.6105.6596.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 130 (51.17% from 255) = 53.06%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=22.45%
G=53.06%
B=24.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130600.5800.540.4912440.5436.27
Hex37823C3A036317c2924
Octal672027472066611745144
Binary1101111000001011110011101001101101100011111100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37823c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37823c; }

 p { color: rgb(55,130,60); }

 H1.HeaderClassName
 {
   color: #37823c;
 }
 .AnyTagClassName
 {
   color: #37823c;
 }
</style>
background-color css

<style>
 a { background-color: #37823c; }

 a { background-color: rgb(55,130,60); }

 div.DivClassName
 {
   background-color: #37823c;
 }
 .BgClassName
 {
   background-color: #37823c;
 }
</style>
border-color css

<style>
 span { border-color: #37823c; }

 span { border-color: rgb(55,130,60); }

 td.TdClassName
 {
   border-color: #37823c;
 }
 .TagClassName
 {
   border-color: #37823c;
 }
</style>