Html Css Color HEX #465231 Clover

📋 copy color: '#465231'

red 70 ◦ green 82 ◦ blue 49

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

Shades of Clover #465231

Tints of Clover #465231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

 BLUE value IS 49 (19.53% from 255) = 24.38%

R = 34.83%
G = 40.8%
B = 24.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#465231 (or 0x465231) is known color: Clover. HEX triplet: 46, 52 and 31. RGB value is (70,82,49). Sum of RGB (Red+Green+Blue) = 70+82+49=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #465231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465231 is #B9ADCE. Grayscale: #4A4A4A. Windows color (decimal): -12168655 or 3232326. OLE color: 3232326.

HSL color Cylindrical-coordinate representation of color #465231: hue angle of 81.82º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465231 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 82 49 -
CMYK 0.15 0 0.40 0.68
HSL 81.82º 0.25% 0.26% -
HSV(B) 81.82º 0.4% 0.32% -
XYZ 6.1 7.56 4.04 -
YUV 74.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 70 82 49 0.15 0 0.40 0.68 81.82 0.25 0.26
Hex 46 52 31 F 0 28 44 52 19 1A
Octal 106 122 61 17 0 50 104 122 31 32
Binary 1000110 1010010 110001 1111 0 101000 1000100 1010010 11001 11010

Color Harmonies of #465231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465231

Black with #465231

Text Example


Text Example

White with #465231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465231; }

 p { color: rgb(70,82,49); }

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

background-color css

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

 a { background-color: rgb(70,82,49); }

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

border-color css

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

 span { border-color: rgb(70,82,49); }

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