#337441

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

Shades of Japanese Laurel #337441

Tints of Japanese Laurel #337441

Color information

#337441 (or 0x337441) is unknown color: approx Japanese Laurel. HEX triplet: 33, 74 and 41. RGB value is (51,116,65). Sum of RGB (Red+Green+Blue) = 51+116+65=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #337441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337441 is #CC8BBE. Grayscale: #5A5A5A. Windows color (decimal): -13405119 or 4289587. OLE color: 4289587.

HSL color Cylindrical-coordinate representation of color #337441: hue angle of 132.92º 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 #337441 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB5111665-
CMYK0.5600.440.55
HSL132.92º38.92%32.75%-
HSV(B)132.92º56.03%45.49%-
XYZ8.5613.587.17-
YUV90.75113.4799.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 116 (45.70% from 255) = 50%
BLUE value IS 65 (25.78% from 255) = 28.02%
R=21.98%
G=50%
B=28.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116650.5600.440.55132.9238.9232.75
Hex3374413802C37852721
Octal6316410170054672054741
Binary11001111101001000001111000010110011011110000101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337441; }

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

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

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

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

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

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

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

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