Html Css Color HEX #465A21 Clover

📋 copy color: '#465A21'

red 70 ◦ green 90 ◦ blue 33

#465A21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clover #465A21

Tints of Clover #465A21

RGB

 RED value IS 70 (27.73% from 255) = 36.27%

 GREEN value IS 90 (35.55% from 255) = 46.63%

 BLUE value IS 33 (13.28% from 255) = 17.1%

R = 36.27%
G = 46.63%
B = 17.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#465A21 (or 0x465A21) is known color: Clover. HEX triplet: 46, 5A and 21. RGB value is (70,90,33). Sum of RGB (Red+Green+Blue) = 70+90+33=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #465A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A21 is #B9A5DE. Grayscale: #4D4D4D. Windows color (decimal): -12166623 or 2185798. OLE color: 2185798.

HSL color Cylindrical-coordinate representation of color #465A21: hue angle of 81.05º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #465A21 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 90 33 -
CMYK 0.22 0 0.63 0.65
HSL 81.05º 0.46% 0.24% -
HSV(B) 81.05º 0.63% 0.35% -
XYZ 6.46 8.72 2.78 -
YUV 77.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 70 90 33 0.22 0 0.63 0.65 81.05 0.46 0.24
Hex 46 5A 21 16 0 3F 41 51 2E 18
Octal 106 132 41 26 0 77 101 121 56 30
Binary 1000110 1011010 100001 10110 0 111111 1000001 1010001 101110 11000

Color Harmonies of #465A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A21

Black with #465A21

Text Example


Text Example

White with #465A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465A21; }

 p { color: rgb(70,90,33); }

 H1.HeaderClassName
 {
   color: #465A21;
 }
 .AnyTagClassName
 {
   color: #465A21;
 }
</style>

background-color css

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

 a { background-color: rgb(70,90,33); }

 div.DivClassName
 {
   background-color: #465A21;
 }
 .BgClassName
 {
   background-color: #465A21;
 }
</style>

border-color css

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

 span { border-color: rgb(70,90,33); }

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