Html Css Color HEX #465034 Clover

📋 copy color: '#465034'

red 70 ◦ green 80 ◦ blue 52

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

Shades of Clover #465034

Tints of Clover #465034

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.6%

 BLUE value IS 52 (20.7% from 255) = 25.74%

R = 34.65%
G = 39.6%
B = 25.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#465034 (or 0x465034) is known color: Clover. HEX triplet: 46, 50 and 34. RGB value is (70,80,52). Sum of RGB (Red+Green+Blue) = 70+80+52=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #465034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465034 is #B9AFCB. Grayscale: #494949. Windows color (decimal): -12169164 or 3428422. OLE color: 3428422.

HSL color Cylindrical-coordinate representation of color #465034: hue angle of 81.43º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #465034 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 52 -
CMYK 0.12 0 0.35 0.69
HSL 81.43º 0.21% 0.26% -
HSV(B) 81.43º 0.35% 0.31% -
XYZ 6.01 7.29 4.34 -
YUV 73.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 70 80 52 0.12 0 0.35 0.69 81.43 0.21 0.26
Hex 46 50 34 C 0 23 45 51 15 1A
Octal 106 120 64 14 0 43 105 121 25 32
Binary 1000110 1010000 110100 1100 0 100011 1000101 1010001 10101 11010

Color Harmonies of #465034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465034

Black with #465034

Text Example


Text Example

White with #465034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465034; }

 p { color: rgb(70,80,52); }

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

background-color css

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

 a { background-color: rgb(70,80,52); }

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

border-color css

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

 span { border-color: rgb(70,80,52); }

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