Html Css Color HEX #465234 Clover

📋 copy color: '#465234'

red 70 ◦ green 82 ◦ blue 52

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

Shades of Clover #465234

Tints of Clover #465234

RGB

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

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

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

R = 34.31%
G = 40.2%
B = 25.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#465234 (or 0x465234) is known color: Clover. HEX triplet: 46, 52 and 34. RGB value is (70,82,52). Sum of RGB (Red+Green+Blue) = 70+82+52=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #465234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465234 is #B9ADCB. Grayscale: #4B4B4B. Windows color (decimal): -12168652 or 3428934. OLE color: 3428934.

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

Color convert

RGB 70 82 52 -
CMYK 0.15 0 0.37 0.68
HSL 84º 0.22% 0.26% -
HSV(B) 84º 0.37% 0.32% -
XYZ 6.16 7.58 4.39 -
YUV 74.99 115.02 124.44 -
System Red Green Blue C M Y K H S L
Decimal 70 82 52 0.15 0 0.37 0.68 84 0.22 0.26
Hex 46 52 34 F 0 25 44 54 16 1A
Octal 106 122 64 17 0 45 104 124 26 32
Binary 1000110 1010010 110100 1111 0 100101 1000100 1010100 10110 11010

Color Harmonies of #465234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465234

Black with #465234

Text Example


Text Example

White with #465234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465234; }

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

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

background-color css

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

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

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

border-color css

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

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

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