#454F38

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

Shades of Clover #454F38

Tints of Clover #454F38

Color information

#454F38 (or 0x454F38) is unknown color: approx Clover. HEX triplet: 45, 4F and 38. RGB value is (69,79,56). Sum of RGB (Red+Green+Blue) = 69+79+56=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 79 - color contains mainly: green. Hex color #454F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F38 is #BAB0C7. Grayscale: #494949. Windows color (decimal): -12234952 or 3690309. OLE color: 3690309.

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

Color convert

RGB697956-
CMYK0.1300.290.69
HSL86.09º17.04%26.47%-
HSV(B)86.09º29.11%30.98%-
XYZ5.967.144.81-
YUV73.39118.19124.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.82%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 56 (22.27% from 255) = 27.45%
R=33.82%
G=38.73%
B=27.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6979560.1300.290.6986.0917.0426.47
Hex454F38D01D4556111a
Octal10511770150351051262132
Binary100010110011111110001101011101100010110101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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