#337230

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

Shades of Japanese Laurel #337230

Tints of Japanese Laurel #337230

Color information

#337230 (or 0x337230) is unknown color: approx Japanese Laurel. HEX triplet: 33, 72 and 30. RGB value is (51,114,48). Sum of RGB (Red+Green+Blue) = 51+114+48=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #337230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337230 is #CC8DCF. Grayscale: #575757. Windows color (decimal): -13405648 or 3174963. OLE color: 3174963.

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

Color convert

RGB5111448-
CMYK0.5500.580.55
HSL117.27º40.74%31.76%-
HSV(B)117.27º57.89%44.71%-
XYZ7.9212.954.88-
YUV87.64105.63101.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 114 (44.92% from 255) = 53.52%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=23.94%
G=53.52%
B=22.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114480.5500.580.55117.2740.7431.76
Hex3372303703A37752920
Octal631626067072671655140
Binary110011111001011000011011101110101101111110101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337230; }

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

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

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

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

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

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

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

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