#338732

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

Shades of Japanese Laurel #338732

Tints of Japanese Laurel #338732

Color information

#338732 (or 0x338732) is unknown color: approx Japanese Laurel. HEX triplet: 33, 87 and 32. RGB value is (51,135,50). Sum of RGB (Red+Green+Blue) = 51+135+50=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #338732 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338732 is #CC78CD. Grayscale: #646464. Windows color (decimal): -13400270 or 3311411. OLE color: 3311411.

HSL color Cylindrical-coordinate representation of color #338732: hue angle of 119.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338732 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB5113550-
CMYK0.6200.630.47
HSL119.29º45.95%36.27%-
HSV(B)119.29º62.96%52.94%-
XYZ10.618.265.98-
YUV100.1999.6792.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 135 (53.12% from 255) = 57.20%
BLUE value IS 50 (19.92% from 255) = 21.19%
R=21.61%
G=57.20%
B=21.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51135500.6200.630.47119.2945.9536.27
Hex3387323E03F2F772e24
Octal632076276077571675644
Binary1100111000011111001011111001111111011111110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338732; }

 p { color: rgb(51,135,50); }

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

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

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

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

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

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

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