#456022

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

Shades of Clover #456022

Tints of Clover #456022

Color information

#456022 (or 0x456022) is unknown color: approx Clover. HEX triplet: 45, 60 and 22. RGB value is (69,96,34). Sum of RGB (Red+Green+Blue) = 69+96+34=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #456022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456022 is #BA9FDD. Grayscale: #515151. Windows color (decimal): -12230622 or 2252869. OLE color: 2252869.

HSL color Cylindrical-coordinate representation of color #456022: hue angle of 86.13º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #456022 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB699634-
CMYK0.2800.650.62
HSL86.13º47.69%25.49%-
HSV(B)86.13º64.58%37.65%-
XYZ6.939.753.03-
YUV80.86101.55119.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 34 (13.67% from 255) = 17.09%
R=34.67%
G=48.24%
B=17.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6996340.2800.650.6286.1347.6925.49
Hex4560221C0413E563019
Octal10514042340101761266031
Binary100010111000001000101110001000001111110101011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456022; }

 p { color: rgb(69,96,34); }

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

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

 a { background-color: rgb(69,96,34); }

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

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

 span { border-color: rgb(69,96,34); }

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