#37803E

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

Shades of Japanese Laurel #37803E

Tints of Japanese Laurel #37803E

Color information

#37803E (or 0x37803E) is unknown color: approx Japanese Laurel. HEX triplet: 37, 80 and 3E. RGB value is (55,128,62). Sum of RGB (Red+Green+Blue) = 55+128+62=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #37803E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37803E is #C87FC1. Grayscale: #626262. Windows color (decimal): -13139906 or 4096055. OLE color: 4096055.

HSL color Cylindrical-coordinate representation of color #37803E: hue angle of 125.75º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37803E is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB5512862-
CMYK0.5700.520.50
HSL125.75º39.89%35.88%-
HSV(B)125.75º57.03%50.2%-
XYZ10.1616.67.23-
YUV98.65107.3296.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 128 (50.39% from 255) = 52.24%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=22.45%
G=52.24%
B=25.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55128620.5700.520.50125.7539.8935.88
Hex37803E39034327e2824
Octal672007671064621765044
Binary1101111000000011111011100101101001100101111110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37803E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37803E; }

 p { color: rgb(55,128,62); }

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

<style>
 a { background-color: #37803E; }

 a { background-color: rgb(55,128,62); }

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

<style>
 span { border-color: #37803E; }

 span { border-color: rgb(55,128,62); }

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