#337C38

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

Shades of Japanese Laurel #337C38

Tints of Japanese Laurel #337C38

Color information

#337C38 (or 0x337C38) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7C and 38. RGB value is (51,124,56). Sum of RGB (Red+Green+Blue) = 51+124+56=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 124 (48.83% from 255 or 53.68% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 124 - color contains mainly: green. Hex color #337C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337C38 is #CC83C7. Grayscale: #5E5E5E. Windows color (decimal): -13403080 or 3701811. OLE color: 3701811.

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

Color convert

RGB5112456-
CMYK0.5900.550.51
HSL124.11º41.71%34.31%-
HSV(B)124.11º58.87%48.63%-
XYZ9.2915.46.23-
YUV94.42106.3297.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 124 (48.83% from 255) = 53.68%
BLUE value IS 56 (22.27% from 255) = 24.24%
R=22.08%
G=53.68%
B=24.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51124560.5900.550.51124.1141.7134.31
Hex337C383B037337c2a22
Octal631747073067631745242
Binary110011111110011100011101101101111100111111100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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