#218436

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

Shades of Japanese Laurel #218436

Tints of Japanese Laurel #218436

Color information

#218436 (or 0x218436) is unknown color: approx Japanese Laurel. HEX triplet: 21, 84 and 36. RGB value is (33,132,54). Sum of RGB (Red+Green+Blue) = 33+132+54=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #218436 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218436 is #DE7BC9. Grayscale: #5D5D5D. Windows color (decimal): -14580682 or 3572769. OLE color: 3572769.

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

Color convert

RGB3313254-
CMYK0.7500.590.48
HSL132.73º60%32.35%-
HSV(B)132.73º75%51.76%-
XYZ9.5417.096.29-
YUV93.51105.784.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.07%
GREEN value IS 132 (51.95% from 255) = 60.27%
BLUE value IS 54 (21.48% from 255) = 24.66%
R=15.07%
G=60.27%
B=24.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33132540.7500.590.48132.736032.35
Hex2184364B03B30853c20
Octal4120466113073602057440
Binary100001100001001101101001011011101111000010000101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218436; }

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

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

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

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

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

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

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

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