Html Css Color HEX #465132 Clover

📋 copy color: '#465132'

red 70 ◦ green 81 ◦ blue 50

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

Shades of Clover #465132

Tints of Clover #465132

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.3%

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

R = 34.83%
G = 40.3%
B = 24.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#465132 (or 0x465132) is known color: Clover. HEX triplet: 46, 51 and 32. RGB value is (70,81,50). Sum of RGB (Red+Green+Blue) = 70+81+50=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 81 - color contains mainly: green. Hex color #465132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465132 is #B9AECD. Grayscale: #4A4A4A. Windows color (decimal): -12168910 or 3297606. OLE color: 3297606.

HSL color Cylindrical-coordinate representation of color #465132: hue angle of 81.29º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465132 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 50 -
CMYK 0.14 0 0.38 0.68
HSL 81.29º 0.24% 0.26% -
HSV(B) 81.29º 0.38% 0.32% -
XYZ 6.04 7.42 4.13 -
YUV 74.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 70 81 50 0.14 0 0.38 0.68 81.29 0.24 0.26
Hex 46 51 32 E 0 26 44 51 18 1A
Octal 106 121 62 16 0 46 104 121 30 32
Binary 1000110 1010001 110010 1110 0 100110 1000100 1010001 11000 11010

Color Harmonies of #465132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465132

Black with #465132

Text Example


Text Example

White with #465132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465132; }

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

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

background-color css

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

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

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

border-color css

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

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

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