#455C21

Color #455C21 Clover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clover #455C21

Tints of Clover #455C21

Color information

#455C21 (or 0x455C21) is unknown color: approx Clover. HEX triplet: 45, 5C and 21. RGB value is (69,92,33). Sum of RGB (Red+Green+Blue) = 69+92+33=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 92 - color contains mainly: green. Hex color #455C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C21 is #BAA3DE. Grayscale: #4E4E4E. Windows color (decimal): -12231647 or 2186309. OLE color: 2186309.

HSL color Cylindrical-coordinate representation of color #455C21: hue angle of 83.39º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #455C21 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB699233-
CMYK0.2500.640.64
HSL83.39º47.2%24.51%-
HSV(B)83.39º64.13%36.08%-
XYZ6.569.032.84-
YUV78.4102.38121.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 92 (36.33% from 255) = 47.42%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=35.57%
G=47.42%
B=17.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6992330.2500.640.6483.3947.224.51
Hex455C211904040532f19
Octal105134413101001001235731
Binary1000101101110010000111001010000001000000101001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455C21; }

 p { color: rgb(69,92,33); }

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

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

 a { background-color: rgb(69,92,33); }

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

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

 span { border-color: rgb(69,92,33); }

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