Html Css Color HEX #425429 Clover

📋 copy color: '#425429'

red 66 ◦ green 84 ◦ blue 41

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

Shades of Clover #425429

Tints of Clover #425429

RGB

 RED value IS 66 (26.17% from 255) = 34.55%

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

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

R = 34.55%
G = 43.98%
B = 21.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#425429 (or 0x425429) is known color: Clover. HEX triplet: 42, 54 and 29. RGB value is (66,84,41). Sum of RGB (Red+Green+Blue) = 66+84+41=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #425429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425429 is #BDABD6. Grayscale: #494949. Windows color (decimal): -12430295 or 2708546. OLE color: 2708546.

HSL color Cylindrical-coordinate representation of color #425429: hue angle of 85.12º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #425429 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 84 41 -
CMYK 0.21 0 0.51 0.67
HSL 85.12º 0.34% 0.25% -
HSV(B) 85.12º 0.51% 0.33% -
XYZ 5.82 7.66 3.27 -
YUV 73.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 66 84 41 0.21 0 0.51 0.67 85.12 0.34 0.25
Hex 42 54 29 15 0 33 43 55 22 19
Octal 102 124 51 25 0 63 103 125 42 31
Binary 1000010 1010100 101001 10101 0 110011 1000011 1010101 100010 11001

Color Harmonies of #425429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425429

Black with #425429

Text Example


Text Example

White with #425429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425429; }

 p { color: rgb(66,84,41); }

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

background-color css

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

 a { background-color: rgb(66,84,41); }

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

border-color css

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

 span { border-color: rgb(66,84,41); }

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