Html Css Color HEX #425924 Clover

📋 copy color: '#425924'

red 66 ◦ green 89 ◦ blue 36

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

Shades of Clover #425924

Tints of Clover #425924

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.6%

 BLUE value IS 36 (14.45% from 255) = 18.85%

R = 34.55%
G = 46.6%
B = 18.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#425924 (or 0x425924) is known color: Clover. HEX triplet: 42, 59 and 24. RGB value is (66,89,36). Sum of RGB (Red+Green+Blue) = 66+89+36=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #425924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425924 is #BDA6DB. Grayscale: #4C4C4C. Windows color (decimal): -12429020 or 2382146. OLE color: 2382146.

HSL color Cylindrical-coordinate representation of color #425924: hue angle of 86.04º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #425924 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 89 36 -
CMYK 0.26 0 0.60 0.65
HSL 86.04º 0.42% 0.25% -
HSV(B) 86.04º 0.6% 0.35% -
XYZ 6.14 8.43 2.97 -
YUV 76.08 105.38 120.81 -
System Red Green Blue C M Y K H S L
Decimal 66 89 36 0.26 0 0.60 0.65 86.04 0.42 0.25
Hex 42 59 24 1A 0 3C 41 56 2A 19
Octal 102 131 44 32 0 74 101 126 52 31
Binary 1000010 1011001 100100 11010 0 111100 1000001 1010110 101010 11001

Color Harmonies of #425924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425924

Black with #425924

Text Example


Text Example

White with #425924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425924; }

 p { color: rgb(66,89,36); }

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

background-color css

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

 a { background-color: rgb(66,89,36); }

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

border-color css

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

 span { border-color: rgb(66,89,36); }

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