#338636

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

Shades of Japanese Laurel #338636

Tints of Japanese Laurel #338636

Color information

#338636 (or 0x338636) is unknown color: approx Japanese Laurel. HEX triplet: 33, 86 and 36. RGB value is (51,134,54). Sum of RGB (Red+Green+Blue) = 51+134+54=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 134 (52.73% from 255 or 56.07% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 134 - color contains mainly: green. Hex color #338636 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338636 is #CC79C9. Grayscale: #646464. Windows color (decimal): -13400522 or 3573299. OLE color: 3573299.

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

Color convert

RGB5113454-
CMYK0.6200.600.47
HSL122.17º44.86%36.27%-
HSV(B)122.17º61.94%52.55%-
XYZ10.5618.026.41-
YUV100.0610293-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 134 (52.73% from 255) = 56.07%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=21.34%
G=56.07%
B=22.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51134540.6200.600.47122.1744.8636.27
Hex3386363E03C2F7a2d24
Octal632066676074571725544
Binary1100111000011011011011111001111001011111111010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338636; }

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

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

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

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

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

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

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

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