#337641

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

Shades of Japanese Laurel #337641

Tints of Japanese Laurel #337641

Color information

#337641 (or 0x337641) is unknown color: approx Japanese Laurel. HEX triplet: 33, 76 and 41. RGB value is (51,118,65). Sum of RGB (Red+Green+Blue) = 51+118+65=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #337641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337641 is #CC89BE. Grayscale: #5C5C5C. Windows color (decimal): -13404607 or 4290099. OLE color: 4290099.

HSL color Cylindrical-coordinate representation of color #337641: hue angle of 132.54º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337641 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB5111865-
CMYK0.5700.450.54
HSL132.54º39.64%33.14%-
HSV(B)132.54º56.78%46.27%-
XYZ8.814.047.25-
YUV91.92112.898.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.79%
GREEN value IS 118 (46.48% from 255) = 50.43%
BLUE value IS 65 (25.78% from 255) = 27.78%
R=21.79%
G=50.43%
B=27.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51118650.5700.450.54132.5439.6433.14
Hex3376413902D36852821
Octal6316610171055662055041
Binary11001111101101000001111001010110111011010000101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337641; }

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

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

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

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

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

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

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

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