#337C30

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

Shades of Japanese Laurel #337C30

Tints of Japanese Laurel #337C30

Color information

#337C30 (or 0x337C30) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7C and 30. RGB value is (51,124,48). Sum of RGB (Red+Green+Blue) = 51+124+48=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #337C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337C30 is #CC83CF. Grayscale: #5D5D5D. Windows color (decimal): -13403088 or 3177523. OLE color: 3177523.

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

Color convert

RGB5112448-
CMYK0.5900.610.51
HSL117.63º44.19%33.73%-
HSV(B)117.63º61.29%48.63%-
XYZ9.1115.335.28-
YUV93.51102.3297.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.87%
GREEN value IS 124 (48.83% from 255) = 55.61%
BLUE value IS 48 (19.14% from 255) = 21.52%
R=22.87%
G=55.61%
B=21.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51124480.5900.610.51117.6344.1933.73
Hex337C303B03D33762c22
Octal631746073075631665442
Binary110011111110011000011101101111011100111110110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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