Html Css Color HEX #465531 Clover

📋 copy color: '#465531'

red 70 ◦ green 85 ◦ blue 49

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

Shades of Clover #465531

Tints of Clover #465531

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.67%

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

R = 34.31%
G = 41.67%
B = 24.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#465531 (or 0x465531) is known color: Clover. HEX triplet: 46, 55 and 31. RGB value is (70,85,49). Sum of RGB (Red+Green+Blue) = 70+85+49=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #465531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465531 is #B9AACE. Grayscale: #4C4C4C. Windows color (decimal): -12167887 or 3233094. OLE color: 3233094.

HSL color Cylindrical-coordinate representation of color #465531: hue angle of 85º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465531 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 49 -
CMYK 0.18 0 0.42 0.67
HSL 85º 0.27% 0.26% -
HSV(B) 85º 0.42% 0.33% -
XYZ 6.33 8.02 4.12 -
YUV 76.41 112.53 123.43 -
System Red Green Blue C M Y K H S L
Decimal 70 85 49 0.18 0 0.42 0.67 85 0.27 0.26
Hex 46 55 31 12 0 2A 43 55 1B 1A
Octal 106 125 61 22 0 52 103 125 33 32
Binary 1000110 1010101 110001 10010 0 101010 1000011 1010101 11011 11010

Color Harmonies of #465531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465531

Black with #465531

Text Example


Text Example

White with #465531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465531; }

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

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

background-color css

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

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

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

border-color css

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

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

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