Html Css Color HEX #465A32 Clover

📋 copy color: '#465A32'

red 70 ◦ green 90 ◦ blue 50

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

Shades of Clover #465A32

Tints of Clover #465A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.81%

R = 33.33%
G = 42.86%
B = 23.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#465A32 (or 0x465A32) is known color: Clover. HEX triplet: 46, 5A and 32. RGB value is (70,90,50). Sum of RGB (Red+Green+Blue) = 70+90+50=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #465A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A32 is #B9A5CD. Grayscale: #4F4F4F. Windows color (decimal): -12166606 or 3299910. OLE color: 3299910.

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

Color convert

RGB 70 90 50 -
CMYK 0.22 0 0.44 0.65
HSL 90º 0.29% 0.27% -
HSV(B) 90º 0.44% 0.35% -
XYZ 6.76 8.84 4.37 -
YUV 79.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 70 90 50 0.22 0 0.44 0.65 90 0.29 0.27
Hex 46 5A 32 16 0 2C 41 5A 1D 1B
Octal 106 132 62 26 0 54 101 132 35 33
Binary 1000110 1011010 110010 10110 0 101100 1000001 1011010 11101 11011

Color Harmonies of #465A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A32

Black with #465A32

Text Example


Text Example

White with #465A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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