#37833D

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

Shades of Japanese Laurel #37833D

Tints of Japanese Laurel #37833D

Color information

#37833D (or 0x37833D) is unknown color: approx Japanese Laurel. HEX triplet: 37, 83 and 3D. RGB value is (55,131,61). Sum of RGB (Red+Green+Blue) = 55+131+61=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #37833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37833D is #C87CC2. Grayscale: #646464. Windows color (decimal): -13139139 or 4031287. OLE color: 4031287.

HSL color Cylindrical-coordinate representation of color #37833D: hue angle of 124.74º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37833D is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB5513161-
CMYK0.5800.530.49
HSL124.74º40.86%36.47%-
HSV(B)124.74º58.02%51.37%-
XYZ10.5317.387.21-
YUV100.3105.8295.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 131 (51.56% from 255) = 53.04%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=22.27%
G=53.04%
B=24.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55131610.5800.530.49124.7440.8636.47
Hex37833D3A035317d2924
Octal672037572065611755144
Binary1101111000001111110111101001101011100011111101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37833D; }

 p { color: rgb(55,131,61); }

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

<style>
 a { background-color: #37833D; }

 a { background-color: rgb(55,131,61); }

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

<style>
 span { border-color: #37833D; }

 span { border-color: rgb(55,131,61); }

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