Html Css Color HEX #465331 Clover

📋 copy color: '#465331'

red 70 ◦ green 83 ◦ blue 49

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

Shades of Clover #465331

Tints of Clover #465331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

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

R = 34.65%
G = 41.09%
B = 24.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#465331 (or 0x465331) is known color: Clover. HEX triplet: 46, 53 and 31. RGB value is (70,83,49). Sum of RGB (Red+Green+Blue) = 70+83+49=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #465331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465331 is #B9ACCE. Grayscale: #4B4B4B. Windows color (decimal): -12168399 or 3232582. OLE color: 3232582.

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

Color convert

RGB 70 83 49 -
CMYK 0.16 0 0.41 0.67
HSL 82.94º 0.26% 0.26% -
HSV(B) 82.94º 0.41% 0.33% -
XYZ 6.17 7.71 4.07 -
YUV 75.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 70 83 49 0.16 0 0.41 0.67 82.94 0.26 0.26
Hex 46 53 31 10 0 29 43 53 1A 1A
Octal 106 123 61 20 0 51 103 123 32 32
Binary 1000110 1010011 110001 10000 0 101001 1000011 1010011 11010 11010

Color Harmonies of #465331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465331

Black with #465331

Text Example


Text Example

White with #465331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465331; }

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

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

background-color css

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

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

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

border-color css

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

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

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