#37722F

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

Shades of Japanese Laurel #37722F

Tints of Japanese Laurel #37722F

Color information

#37722F (or 0x37722F) is unknown color: approx Japanese Laurel. HEX triplet: 37, 72 and 2F. RGB value is (55,114,47). Sum of RGB (Red+Green+Blue) = 55+114+47=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #37722F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37722F is #C88DD0. Grayscale: #585858. Windows color (decimal): -13143505 or 3109431. OLE color: 3109431.

HSL color Cylindrical-coordinate representation of color #37722F: hue angle of 112.84º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37722F is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB5511447-
CMYK0.5200.590.55
HSL112.84º41.61%31.57%-
HSV(B)112.84º58.77%44.71%-
XYZ8.1113.054.78-
YUV88.72104.45103.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 114 (44.92% from 255) = 52.78%
BLUE value IS 47 (18.75% from 255) = 21.76%
R=25.46%
G=52.78%
B=21.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55114470.5200.590.55112.8441.6131.57
Hex37722F3403B37712a20
Octal671625764073671615240
Binary110111111001010111111010001110111101111110001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37722F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,114,47); }

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

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

 a { background-color: rgb(55,114,47); }

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

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

 span { border-color: rgb(55,114,47); }

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