#337C35

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

Shades of Japanese Laurel #337C35

Tints of Japanese Laurel #337C35

Color information

#337C35 (or 0x337C35) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7C and 35. RGB value is (51,124,53). Sum of RGB (Red+Green+Blue) = 51+124+53=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 124 (48.83% from 255 or 54.39% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 124 - color contains mainly: green. Hex color #337C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337C35 is #CC83CA. Grayscale: #5E5E5E. Windows color (decimal): -13403083 or 3505203. OLE color: 3505203.

HSL color Cylindrical-coordinate representation of color #337C35: hue angle of 121.64º 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 #337C35 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB5112453-
CMYK0.5900.570.51
HSL121.64º41.71%34.31%-
HSV(B)121.64º58.87%48.63%-
XYZ9.2215.385.85-
YUV94.08104.8297.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 124 (48.83% from 255) = 54.39%
BLUE value IS 53 (21.09% from 255) = 23.25%
R=22.37%
G=54.39%
B=23.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51124530.5900.570.51121.6441.7134.31
Hex337C353B039337a2a22
Octal631746573071631725242
Binary110011111110011010111101101110011100111111010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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