#338632

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

Shades of Japanese Laurel #338632

Tints of Japanese Laurel #338632

Color information

#338632 (or 0x338632) is unknown color: approx Japanese Laurel. HEX triplet: 33, 86 and 32. RGB value is (51,134,50). Sum of RGB (Red+Green+Blue) = 51+134+50=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #338632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338632 is #CC79CD. Grayscale: #636363. Windows color (decimal): -13400526 or 3311155. OLE color: 3311155.

HSL color Cylindrical-coordinate representation of color #338632: 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 #338632 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB5113450-
CMYK0.6200.630.47
HSL119.29º45.65%36.08%-
HSV(B)119.29º62.69%52.55%-
XYZ10.4717.985.94-
YUV99.6110093.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.70%
GREEN value IS 134 (52.73% from 255) = 57.02%
BLUE value IS 50 (19.92% from 255) = 21.28%
R=21.70%
G=57.02%
B=21.28%

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
Decimal51134500.6200.630.47119.2945.6536.08
Hex3386323E03F2F772e24
Octal632066276077571675644
Binary1100111000011011001011111001111111011111110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338632; }

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

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

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

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

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

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

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

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