Html Css Color HEX #465F28 Clover

📋 copy color: '#465F28'

red 70 ◦ green 95 ◦ blue 40

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

Shades of Clover #465F28

Tints of Clover #465F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.51%

R = 34.15%
G = 46.34%
B = 19.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.63

RGB Variations

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

Color information

#465F28 (or 0x465F28) is known color: Clover. HEX triplet: 46, 5F and 28. RGB value is (70,95,40). Sum of RGB (Red+Green+Blue) = 70+95+40=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #465F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465F28 is #B9A0D7. Grayscale: #515151. Windows color (decimal): -12165336 or 2645830. OLE color: 2645830.

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

Color convert

RGB 70 95 40 -
CMYK 0.26 0 0.58 0.63
HSL 87.27º 0.41% 0.26% -
HSV(B) 87.27º 0.58% 0.37% -
XYZ 7 9.64 3.5 -
YUV 81.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 70 95 40 0.26 0 0.58 0.63 87.27 0.41 0.26
Hex 46 5F 28 1A 0 3A 3F 57 29 1A
Octal 106 137 50 32 0 72 77 127 51 32
Binary 1000110 1011111 101000 11010 0 111010 111111 1010111 101001 11010

Color Harmonies of #465F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F28

Black with #465F28

Text Example


Text Example

White with #465F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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