Html Css Color HEX #465428 Clover

📋 copy color: '#465428'

red 70 ◦ green 84 ◦ blue 40

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

Shades of Clover #465428

Tints of Clover #465428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.3%

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

R = 36.08%
G = 43.3%
B = 20.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#465428 (or 0x465428) is known color: Clover. HEX triplet: 46, 54 and 28. RGB value is (70,84,40). Sum of RGB (Red+Green+Blue) = 70+84+40=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #465428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465428 is #B9ABD7. Grayscale: #4A4A4A. Windows color (decimal): -12168152 or 2643014. OLE color: 2643014.

HSL color Cylindrical-coordinate representation of color #465428: hue angle of 79.09º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #465428 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 40 -
CMYK 0.17 0 0.52 0.67
HSL 79.09º 0.35% 0.24% -
HSV(B) 79.09º 0.52% 0.33% -
XYZ 6.08 7.8 3.19 -
YUV 74.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 70 84 40 0.17 0 0.52 0.67 79.09 0.35 0.24
Hex 46 54 28 11 0 34 43 4F 23 18
Octal 106 124 50 21 0 64 103 117 43 30
Binary 1000110 1010100 101000 10001 0 110100 1000011 1001111 100011 11000

Color Harmonies of #465428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465428

Black with #465428

Text Example


Text Example

White with #465428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465428; }

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

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

background-color css

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

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

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

border-color css

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

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

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