#455335

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

Shades of Clover #455335

Tints of Clover #455335

Color information

#455335 (or 0x455335) is unknown color: approx Clover. HEX triplet: 45, 53 and 35. RGB value is (69,83,53). Sum of RGB (Red+Green+Blue) = 69+83+53=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #455335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455335 is #BAACCA. Grayscale: #4B4B4B. Windows color (decimal): -12233931 or 3494725. OLE color: 3494725.

HSL color Cylindrical-coordinate representation of color #455335: hue angle of 88º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #455335 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB698353-
CMYK0.1700.360.67
HSL88º22.06%26.67%-
HSV(B)88º36.14%32.55%-
XYZ6.197.714.53-
YUV75.39115.36123.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.66%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=33.66%
G=40.49%
B=25.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6983530.1700.360.678822.0626.67
Hex455335110244358161b
Octal10512365210441031302633
Binary10001011010011110101100010100100100001110110001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455335; }

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

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

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

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

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

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

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

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