#37803A

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

Shades of Japanese Laurel #37803A

Tints of Japanese Laurel #37803A

Color information

#37803A (or 0x37803A) is unknown color: approx Japanese Laurel. HEX triplet: 37, 80 and 3A. RGB value is (55,128,58). Sum of RGB (Red+Green+Blue) = 55+128+58=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #37803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37803A is #C87FC5. Grayscale: #626262. Windows color (decimal): -13139910 or 3833911. OLE color: 3833911.

HSL color Cylindrical-coordinate representation of color #37803A: hue angle of 122.47º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37803A is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB5512858-
CMYK0.5700.550.50
HSL122.47º39.89%35.88%-
HSV(B)122.47º57.03%50.2%-
XYZ10.0616.566.67-
YUV98.19105.3297.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 128 (50.39% from 255) = 53.11%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=22.82%
G=53.11%
B=24.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55128580.5700.550.50122.4739.8935.88
Hex37803A39037327a2824
Octal672007271067621725044
Binary1101111000000011101011100101101111100101111010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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