#337330

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

Shades of Japanese Laurel #337330

Tints of Japanese Laurel #337330

Color information

#337330 (or 0x337330) is unknown color: approx Japanese Laurel. HEX triplet: 33, 73 and 30. RGB value is (51,115,48). Sum of RGB (Red+Green+Blue) = 51+115+48=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #337330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337330 is #CC8CCF. Grayscale: #585858. Windows color (decimal): -13405392 or 3175219. OLE color: 3175219.

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

Color convert

RGB5111548-
CMYK0.5600.580.55
HSL117.31º41.1%31.96%-
HSV(B)117.31º58.26%45.1%-
XYZ8.0313.184.92-
YUV88.23105.3101.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 115 (45.31% from 255) = 53.74%
BLUE value IS 48 (19.14% from 255) = 22.43%
R=23.83%
G=53.74%
B=22.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51115480.5600.580.55117.3141.131.96
Hex3373303803A37752920
Octal631636070072671655140
Binary110011111001111000011100001110101101111110101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337330; }

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

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

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

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

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

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

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

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