#337429

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

Shades of Japanese Laurel #337429

Tints of Japanese Laurel #337429

Color information

#337429 (or 0x337429) is unknown color: approx Japanese Laurel. HEX triplet: 33, 74 and 29. RGB value is (51,116,41). Sum of RGB (Red+Green+Blue) = 51+116+41=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #337429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337429 is #CC8BD6. Grayscale: #585858. Windows color (decimal): -13405143 or 2716723. OLE color: 2716723.

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

Color convert

RGB5111641-
CMYK0.5600.650.55
HSL112º47.77%30.78%-
HSV(B)112º64.66%45.49%-
XYZ8.0113.354.25-
YUV88.02101.47101.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 116 (45.70% from 255) = 55.77%
BLUE value IS 41 (16.41% from 255) = 19.71%
R=24.52%
G=55.77%
B=19.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116410.5600.650.5511247.7730.78
Hex337429380413770301f
Octal6316451700101671606037
Binary110011111010010100111100001000001110111111000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337429; }

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

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

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

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

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

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

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

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