#37903F

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

Shades of Japanese Laurel #37903F

Tints of Japanese Laurel #37903F

Color information

#37903F (or 0x37903F) is unknown color: approx Japanese Laurel. HEX triplet: 37, 90 and 3F. RGB value is (55,144,63). Sum of RGB (Red+Green+Blue) = 55+144+63=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #37903F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37903F is #C86FC0. Grayscale: #6C6C6C. Windows color (decimal): -13135809 or 4165687. OLE color: 4165687.

HSL color Cylindrical-coordinate representation of color #37903F: hue angle of 125.39º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37903F is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB5514463-
CMYK0.6200.560.44
HSL125.39º44.72%39.02%-
HSV(B)125.39º61.81%56.47%-
XYZ12.4521.128.12-
YUV108.15102.5190.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 144 (56.64% from 255) = 54.96%
BLUE value IS 63 (25% from 255) = 24.05%
R=20.99%
G=54.96%
B=24.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55144630.6200.560.44125.3944.7239.02
Hex37903F3E0382C7d2d27
Octal672207776070541755547
Binary1101111001000011111111111001110001011001111101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37903F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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