#455D27

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

Shades of Clover #455D27

Tints of Clover #455D27

Color information

#455D27 (or 0x455D27) is unknown color: approx Clover. HEX triplet: 45, 5D and 27. RGB value is (69,93,39). Sum of RGB (Red+Green+Blue) = 69+93+39=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #455D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D27 is #BAA2D8. Grayscale: #4F4F4F. Windows color (decimal): -12231385 or 2579781. OLE color: 2579781.

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

Color convert

RGB699339-
CMYK0.2600.580.64
HSL86.67º40.91%25.88%-
HSV(B)86.67º58.06%36.47%-
XYZ6.739.243.35-
YUV79.67105.05120.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.33%
GREEN value IS 93 (36.72% from 255) = 46.27%
BLUE value IS 39 (15.62% from 255) = 19.40%
R=34.33%
G=46.27%
B=19.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6993390.2600.580.6486.6740.9125.88
Hex455D271A03A4057291a
Octal10513547320721001275132
Binary100010110111011001111101001110101000000101011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,93,39); }

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

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

 a { background-color: rgb(69,93,39); }

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

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

 span { border-color: rgb(69,93,39); }

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