#337439

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

Shades of Japanese Laurel #337439

Tints of Japanese Laurel #337439

Color information

#337439 (or 0x337439) is unknown color: approx Japanese Laurel. HEX triplet: 33, 74 and 39. RGB value is (51,116,57). Sum of RGB (Red+Green+Blue) = 51+116+57=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #337439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337439 is #CC8BC6. Grayscale: #5A5A5A. Windows color (decimal): -13405127 or 3765299. OLE color: 3765299.

HSL color Cylindrical-coordinate representation of color #337439: hue angle of 125.54º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337439 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB5111657-
CMYK0.5600.510.55
HSL125.54º38.92%32.75%-
HSV(B)125.54º56.03%45.49%-
XYZ8.3513.496.03-
YUV89.84109.47100.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.77%
GREEN value IS 116 (45.70% from 255) = 51.79%
BLUE value IS 57 (22.66% from 255) = 25.45%
R=22.77%
G=51.79%
B=25.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116570.5600.510.55125.5438.9232.75
Hex33743938033377e2721
Octal631647170063671764741
Binary110011111010011100111100001100111101111111110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337439; }

 p { color: rgb(51,116,57); }

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

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

 a { background-color: rgb(51,116,57); }

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

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

 span { border-color: rgb(51,116,57); }

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