Html Css Color HEX #465F29 Clover

📋 copy color: '#465F29'

red 70 ◦ green 95 ◦ blue 41

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

Shades of Clover #465F29

Tints of Clover #465F29

RGB

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

 GREEN value IS 95 (37.5% from 255) = 46.12%

 BLUE value IS 41 (16.41% from 255) = 19.9%

R = 33.98%
G = 46.12%
B = 19.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.63

RGB Variations

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

Color information

#465F29 (or 0x465F29) is known color: Clover. HEX triplet: 46, 5F and 29. RGB value is (70,95,41). Sum of RGB (Red+Green+Blue) = 70+95+41=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #465F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465F29 is #B9A0D6. Grayscale: #515151. Windows color (decimal): -12165335 or 2711366. OLE color: 2711366.

HSL color Cylindrical-coordinate representation of color #465F29: hue angle of 87.78º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #465F29 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 95 41 -
CMYK 0.26 0 0.57 0.63
HSL 87.78º 0.4% 0.27% -
HSV(B) 87.78º 0.57% 0.37% -
XYZ 7.02 9.65 3.59 -
YUV 81.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 70 95 41 0.26 0 0.57 0.63 87.78 0.4 0.27
Hex 46 5F 29 1A 0 39 3F 58 28 1B
Octal 106 137 51 32 0 71 77 130 50 33
Binary 1000110 1011111 101001 11010 0 111001 111111 1011000 101000 11011

Color Harmonies of #465F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F29

Black with #465F29

Text Example


Text Example

White with #465F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465F29; }

 p { color: rgb(70,95,41); }

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

background-color css

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

 a { background-color: rgb(70,95,41); }

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

border-color css

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

 span { border-color: rgb(70,95,41); }

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