#455F1D

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

Shades of Clover #455F1D

Tints of Clover #455F1D

Color information

#455F1D (or 0x455F1D) is unknown color: approx Clover. HEX triplet: 45, 5F and 1D. RGB value is (69,95,29). Sum of RGB (Red+Green+Blue) = 69+95+29=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #455F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455F1D is #BAA0E2. Grayscale: #4F4F4F. Windows color (decimal): -12230883 or 1924933. OLE color: 1924933.

HSL color Cylindrical-coordinate representation of color #455F1D: hue angle of 83.64º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #455F1D is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB699529-
CMYK0.2700.690.63
HSL83.64º53.23%24.31%-
HSV(B)83.64º69.47%37.25%-
XYZ6.779.542.65-
YUV79.799.39120.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 95 (37.5% from 255) = 49.22%
BLUE value IS 29 (11.72% from 255) = 15.03%
R=35.75%
G=49.22%
B=15.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6995290.2700.690.6383.6453.2324.31
Hex455F1D1B0453F543518
Octal10513735330105771246530
Binary10001011011111111011101101000101111111101010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,95,29); }

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

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

 a { background-color: rgb(69,95,29); }

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

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

 span { border-color: rgb(69,95,29); }

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