#37833A

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

Shades of Japanese Laurel #37833A

Tints of Japanese Laurel #37833A

Color information

#37833A (or 0x37833A) is unknown color: approx Japanese Laurel. HEX triplet: 37, 83 and 3A. RGB value is (55,131,58). Sum of RGB (Red+Green+Blue) = 55+131+58=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #37833A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37833A is #C87CC5. Grayscale: #646464. Windows color (decimal): -13139142 or 3834679. OLE color: 3834679.

HSL color Cylindrical-coordinate representation of color #37833A: hue angle of 122.37º 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 #37833A is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB5513158-
CMYK0.5800.560.49
HSL122.37º40.86%36.47%-
HSV(B)122.37º58.02%51.37%-
XYZ10.4617.356.8-
YUV99.95104.3295.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.54%
GREEN value IS 131 (51.56% from 255) = 53.69%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=22.54%
G=53.69%
B=23.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55131580.5800.560.49122.3740.8636.47
Hex37833A3A038317a2924
Octal672037272070611725144
Binary1101111000001111101011101001110001100011111010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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