#37703A

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

Shades of Japanese Laurel #37703A

Tints of Japanese Laurel #37703A

Color information

#37703A (or 0x37703A) is unknown color: approx Japanese Laurel. HEX triplet: 37, 70 and 3A. RGB value is (55,112,58). Sum of RGB (Red+Green+Blue) = 55+112+58=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #37703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37703A is #C88FC5. Grayscale: #585858. Windows color (decimal): -13144006 or 3829815. OLE color: 3829815.

HSL color Cylindrical-coordinate representation of color #37703A: hue angle of 123.16º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37703A is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB5511258-
CMYK0.5100.480.56
HSL123.16º34.13%32.75%-
HSV(B)123.16º50.89%43.92%-
XYZ8.1312.716.03-
YUV88.8110.62103.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=24.44%
G=49.78%
B=25.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112580.5100.480.56123.1634.1332.75
Hex37703A33030387b2221
Octal671607263060701734241
Binary110111111000011101011001101100001110001111011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37703A; }

 p { color: rgb(55,112,58); }

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

<style>
 a { background-color: #37703A; }

 a { background-color: rgb(55,112,58); }

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

<style>
 span { border-color: #37703A; }

 span { border-color: rgb(55,112,58); }

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