#337233

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

Shades of Japanese Laurel #337233

Tints of Japanese Laurel #337233

Color information

#337233 (or 0x337233) is unknown color: approx Japanese Laurel. HEX triplet: 33, 72 and 33. RGB value is (51,114,51). Sum of RGB (Red+Green+Blue) = 51+114+51=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #337233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337233 is #CC8DCC. Grayscale: #585858. Windows color (decimal): -13405645 or 3371571. OLE color: 3371571.

HSL color Cylindrical-coordinate representation of color #337233: hue angle of 120º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337233 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB5111451-
CMYK0.5500.550.55
HSL120º38.18%32.35%-
HSV(B)120º55.26%44.71%-
XYZ7.9812.985.22-
YUV87.98107.13101.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.61%
GREEN value IS 114 (44.92% from 255) = 52.78%
BLUE value IS 51 (20.31% from 255) = 23.61%
R=23.61%
G=52.78%
B=23.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114510.5500.550.5512038.1832.35
Hex3372333703737782620
Octal631626367067671704640
Binary110011111001011001111011101101111101111111000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337233; }

 p { color: rgb(51,114,51); }

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

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

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

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

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

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

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