Html Css Color HEX #465130 Clover

📋 copy color: '#465130'

red 70 ◦ green 81 ◦ blue 48

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

Shades of Clover #465130

Tints of Clover #465130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.7%

 BLUE value IS 48 (19.14% from 255) = 24.12%

R = 35.18%
G = 40.7%
B = 24.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#465130 (or 0x465130) is known color: Clover. HEX triplet: 46, 51 and 30. RGB value is (70,81,48). Sum of RGB (Red+Green+Blue) = 70+81+48=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #465130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465130 is #B9AECF. Grayscale: #4A4A4A. Windows color (decimal): -12168912 or 3166534. OLE color: 3166534.

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

Color convert

RGB 70 81 48 -
CMYK 0.14 0 0.41 0.68
HSL 80º 0.26% 0.25% -
HSV(B) 80º 0.41% 0.32% -
XYZ 6 7.4 3.91 -
YUV 73.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 70 81 48 0.14 0 0.41 0.68 80 0.26 0.25
Hex 46 51 30 E 0 29 44 50 1A 19
Octal 106 121 60 16 0 51 104 120 32 31
Binary 1000110 1010001 110000 1110 0 101001 1000100 1010000 11010 11001

Color Harmonies of #465130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465130

Black with #465130

Text Example


Text Example

White with #465130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465130; }

 p { color: rgb(70,81,48); }

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

background-color css

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

 a { background-color: rgb(70,81,48); }

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

border-color css

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

 span { border-color: rgb(70,81,48); }

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