#338436

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

Shades of Japanese Laurel #338436

Tints of Japanese Laurel #338436

Color information

#338436 (or 0x338436) is unknown color: approx Japanese Laurel. HEX triplet: 33, 84 and 36. RGB value is (51,132,54). Sum of RGB (Red+Green+Blue) = 51+132+54=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #338436 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338436 is #CC7BC9. Grayscale: #636363. Windows color (decimal): -13401034 or 3572787. OLE color: 3572787.

HSL color Cylindrical-coordinate representation of color #338436: hue angle of 122.22º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338436 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB5113254-
CMYK0.6100.590.48
HSL122.22º44.26%35.88%-
HSV(B)122.22º61.36%51.76%-
XYZ10.2817.476.32-
YUV98.89102.6693.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 132 (51.95% from 255) = 55.70%
BLUE value IS 54 (21.48% from 255) = 22.78%
R=21.52%
G=55.70%
B=22.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51132540.6100.590.48122.2244.2635.88
Hex3384363D03B307a2c24
Octal632046675073601725444
Binary1100111000010011011011110101110111100001111010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338436; }

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

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

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

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

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

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

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

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