#337C34

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

Shades of Japanese Laurel #337C34

Tints of Japanese Laurel #337C34

Color information

#337C34 (or 0x337C34) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7C and 34. RGB value is (51,124,52). Sum of RGB (Red+Green+Blue) = 51+124+52=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #337C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337C34 is #CC83CB. Grayscale: #5E5E5E. Windows color (decimal): -13403084 or 3439667. OLE color: 3439667.

HSL color Cylindrical-coordinate representation of color #337C34: hue angle of 120.82º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337C34 is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB5112452-
CMYK0.5900.580.51
HSL120.82º41.71%34.31%-
HSV(B)120.82º58.87%48.63%-
XYZ9.1915.375.73-
YUV93.96104.3297.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.47%
GREEN value IS 124 (48.83% from 255) = 54.63%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=22.47%
G=54.63%
B=22.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51124520.5900.580.51120.8241.7134.31
Hex337C343B03A33792a22
Octal631746473072631715242
Binary110011111110011010011101101110101100111111001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337C34; }

 p { color: rgb(51,124,52); }

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

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

 a { background-color: rgb(51,124,52); }

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

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

 span { border-color: rgb(51,124,52); }

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