Html Css Color HEX #425532 Clover

📋 copy color: '#425532'

red 66 ◦ green 85 ◦ blue 50

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

Shades of Clover #425532

Tints of Clover #425532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.88%

R = 32.84%
G = 42.29%
B = 24.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#425532 (or 0x425532) is known color: Clover. HEX triplet: 42, 55 and 32. RGB value is (66,85,50). Sum of RGB (Red+Green+Blue) = 66+85+50=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #425532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425532 is #BDAACD. Grayscale: #4B4B4B. Windows color (decimal): -12430030 or 3298626. OLE color: 3298626.

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

Color convert

RGB 66 85 50 -
CMYK 0.22 0 0.41 0.67
HSL 92.57º 0.26% 0.26% -
HSV(B) 92.57º 0.41% 0.33% -
XYZ 6.07 7.89 4.22 -
YUV 75.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 66 85 50 0.22 0 0.41 0.67 92.57 0.26 0.26
Hex 42 55 32 16 0 29 43 5D 1A 1A
Octal 102 125 62 26 0 51 103 135 32 32
Binary 1000010 1010101 110010 10110 0 101001 1000011 1011101 11010 11010

Color Harmonies of #425532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425532

Black with #425532

Text Example


Text Example

White with #425532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425532; }

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

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

background-color css

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

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

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

border-color css

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

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

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