#37823B

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

Shades of Japanese Laurel #37823B

Tints of Japanese Laurel #37823B

Color information

#37823B (or 0x37823B) is unknown color: approx Japanese Laurel. HEX triplet: 37, 82 and 3B. RGB value is (55,130,59). Sum of RGB (Red+Green+Blue) = 55+130+59=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #37823B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37823B is #C87DC4. Grayscale: #636363. Windows color (decimal): -13139397 or 3899959. OLE color: 3899959.

HSL color Cylindrical-coordinate representation of color #37823B: hue angle of 123.2º 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 #37823B is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB5513059-
CMYK0.5800.550.49
HSL123.2º40.54%36.27%-
HSV(B)123.2º57.69%50.98%-
XYZ10.3517.096.89-
YUV99.48105.1596.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.54%
GREEN value IS 130 (51.17% from 255) = 53.28%
BLUE value IS 59 (23.44% from 255) = 24.18%
R=22.54%
G=53.28%
B=24.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130590.5800.550.49123.240.5436.27
Hex37823B3A037317b2924
Octal672027372067611735144
Binary1101111000001011101111101001101111100011111011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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