Html Css Color HEX #425920 Clover

📋 copy color: '#425920'

red 66 ◦ green 89 ◦ blue 32

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

Shades of Clover #425920

Tints of Clover #425920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.11%

R = 35.29%
G = 47.59%
B = 17.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#425920 (or 0x425920) is known color: Clover. HEX triplet: 42, 59 and 20. RGB value is (66,89,32). Sum of RGB (Red+Green+Blue) = 66+89+32=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #425920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425920 is #BDA6DF. Grayscale: #4B4B4B. Windows color (decimal): -12429024 or 2120002. OLE color: 2120002.

HSL color Cylindrical-coordinate representation of color #425920: hue angle of 84.21º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #425920 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 89 32 -
CMYK 0.26 0 0.64 0.65
HSL 84.21º 0.47% 0.24% -
HSV(B) 84.21º 0.64% 0.35% -
XYZ 6.08 8.41 2.67 -
YUV 75.63 103.38 121.13 -
System Red Green Blue C M Y K H S L
Decimal 66 89 32 0.26 0 0.64 0.65 84.21 0.47 0.24
Hex 42 59 20 1A 0 40 41 54 2F 18
Octal 102 131 40 32 0 100 101 124 57 30
Binary 1000010 1011001 100000 11010 0 1000000 1000001 1010100 101111 11000

Color Harmonies of #425920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425920

Black with #425920

Text Example


Text Example

White with #425920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425920; }

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

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

background-color css

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

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

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

border-color css

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

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

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