Html Css Color HEX #465334 Clover

📋 copy color: '#465334'

red 70 ◦ green 83 ◦ blue 52

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

Shades of Clover #465334

Tints of Clover #465334

RGB

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

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

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

R = 34.15%
G = 40.49%
B = 25.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#465334 (or 0x465334) is known color: Clover. HEX triplet: 46, 53 and 34. RGB value is (70,83,52). Sum of RGB (Red+Green+Blue) = 70+83+52=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #465334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465334 is #B9ACCB. Grayscale: #4B4B4B. Windows color (decimal): -12168396 or 3429190. OLE color: 3429190.

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

Color convert

RGB 70 83 52 -
CMYK 0.16 0 0.37 0.67
HSL 85.16º 0.23% 0.26% -
HSV(B) 85.16º 0.37% 0.33% -
XYZ 6.24 7.74 4.41 -
YUV 75.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 70 83 52 0.16 0 0.37 0.67 85.16 0.23 0.26
Hex 46 53 34 10 0 25 43 55 17 1A
Octal 106 123 64 20 0 45 103 125 27 32
Binary 1000110 1010011 110100 10000 0 100101 1000011 1010101 10111 11010

Color Harmonies of #465334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465334

Black with #465334

Text Example


Text Example

White with #465334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465334; }

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

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

background-color css

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

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

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

border-color css

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

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

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