#337341

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

Shades of Japanese Laurel #337341

Tints of Japanese Laurel #337341

Color information

#337341 (or 0x337341) is unknown color: approx Japanese Laurel. HEX triplet: 33, 73 and 41. RGB value is (51,115,65). Sum of RGB (Red+Green+Blue) = 51+115+65=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #337341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337341 is #CC8CBE. Grayscale: #5A5A5A. Windows color (decimal): -13405375 or 4289331. OLE color: 4289331.

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

Color convert

RGB5111565-
CMYK0.5600.430.55
HSL133.12º38.55%32.55%-
HSV(B)133.12º55.65%45.1%-
XYZ8.4513.357.13-
YUV90.16113.8100.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 65 (25.78% from 255) = 28.14%
R=22.08%
G=49.78%
B=28.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51115650.5600.430.55133.1238.5532.55
Hex3373413802B37852721
Octal6316310170053672054741
Binary11001111100111000001111000010101111011110000101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337341; }

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

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

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

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

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

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

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

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