#337D2D

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

Shades of Japanese Laurel #337D2D

Tints of Japanese Laurel #337D2D

Color information

#337D2D (or 0x337D2D) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7D and 2D. RGB value is (51,125,45). Sum of RGB (Red+Green+Blue) = 51+125+45=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 125 (49.22% from 255 or 56.56% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 125 - color contains mainly: green. Hex color #337D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337D2D is #CC82D2. Grayscale: #5E5E5E. Windows color (decimal): -13402835 or 2981171. OLE color: 2981171.

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

Color convert

RGB5112545-
CMYK0.5900.640.51
HSL115.5º47.06%33.33%-
HSV(B)115.5º64%49.02%-
XYZ9.1715.565-
YUV93.75100.4897.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.08%
GREEN value IS 125 (49.22% from 255) = 56.56%
BLUE value IS 45 (17.97% from 255) = 20.36%
R=23.08%
G=56.56%
B=20.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51125450.5900.640.51115.547.0633.33
Hex337D2D3B04033742f21
Octal6317555730100631645741
Binary1100111111101101101111011010000001100111110100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,125,45); }

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

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

 a { background-color: rgb(51,125,45); }

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

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

 span { border-color: rgb(51,125,45); }

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