Html Css Color HEX #425524 Clover

📋 copy color: '#425524'

red 66 ◦ green 85 ◦ blue 36

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

Shades of Clover #425524

Tints of Clover #425524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.45%

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

R = 35.29%
G = 45.45%
B = 19.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#425524 (or 0x425524) is known color: Clover. HEX triplet: 42, 55 and 24. RGB value is (66,85,36). Sum of RGB (Red+Green+Blue) = 66+85+36=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #425524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425524 is #BDAADB. Grayscale: #494949. Windows color (decimal): -12430044 or 2381122. OLE color: 2381122.

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

Color convert

RGB 66 85 36 -
CMYK 0.22 0 0.58 0.67
HSL 83.27º 0.4% 0.24% -
HSV(B) 83.27º 0.58% 0.33% -
XYZ 5.81 7.78 2.86 -
YUV 73.73 106.71 122.48 -
System Red Green Blue C M Y K H S L
Decimal 66 85 36 0.22 0 0.58 0.67 83.27 0.4 0.24
Hex 42 55 24 16 0 3A 43 53 28 18
Octal 102 125 44 26 0 72 103 123 50 30
Binary 1000010 1010101 100100 10110 0 111010 1000011 1010011 101000 11000

Color Harmonies of #425524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425524

Black with #425524

Text Example


Text Example

White with #425524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425524; }

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

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

background-color css

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

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

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

border-color css

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

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

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