#37803F

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

Shades of Japanese Laurel #37803F

Tints of Japanese Laurel #37803F

Color information

#37803F (or 0x37803F) is unknown color: approx Japanese Laurel. HEX triplet: 37, 80 and 3F. RGB value is (55,128,63). Sum of RGB (Red+Green+Blue) = 55+128+63=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #37803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37803F is #C87FC0. Grayscale: #626262. Windows color (decimal): -13139905 or 4161591. OLE color: 4161591.

HSL color Cylindrical-coordinate representation of color #37803F: hue angle of 126.58º 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 #37803F is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB5512863-
CMYK0.5700.510.50
HSL126.58º39.89%35.88%-
HSV(B)126.58º57.03%50.2%-
XYZ10.1916.617.37-
YUV98.76107.8296.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 128 (50.39% from 255) = 52.03%
BLUE value IS 63 (25% from 255) = 25.61%
R=22.36%
G=52.03%
B=25.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55128630.5700.510.50126.5839.8935.88
Hex37803F39033327f2824
Octal672007771063621775044
Binary1101111000000011111111100101100111100101111111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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