#454F35

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

Shades of Clover #454F35

Tints of Clover #454F35

Color information

#454F35 (or 0x454F35) is unknown color: approx Clover. HEX triplet: 45, 4F and 35. RGB value is (69,79,53). Sum of RGB (Red+Green+Blue) = 69+79+53=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 79 - color contains mainly: green. Hex color #454F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F35 is #BAB0CA. Grayscale: #494949. Windows color (decimal): -12234955 or 3493701. OLE color: 3493701.

HSL color Cylindrical-coordinate representation of color #454F35: hue angle of 83.08º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #454F35 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB697953-
CMYK0.1300.330.69
HSL83.08º19.7%25.88%-
HSV(B)83.08º32.91%30.98%-
XYZ5.897.114.43-
YUV73.05116.69125.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.33%
GREEN value IS 79 (31.25% from 255) = 39.30%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=34.33%
G=39.30%
B=26.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6979530.1300.330.6983.0819.725.88
Hex454F35D0214553141a
Octal10511765150411051232432
Binary1000101100111111010111010100001100010110100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454F35; }

 p { color: rgb(69,79,53); }

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

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

 a { background-color: rgb(69,79,53); }

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

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

 span { border-color: rgb(69,79,53); }

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