Html Css Color HEX #425232 Clover

📋 copy color: '#425232'

red 66 ◦ green 82 ◦ blue 50

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

Shades of Clover #425232

Tints of Clover #425232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.41%

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

R = 33.33%
G = 41.41%
B = 25.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#425232 (or 0x425232) is known color: Clover. HEX triplet: 42, 52 and 32. RGB value is (66,82,50). Sum of RGB (Red+Green+Blue) = 66+82+50=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #425232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425232 is #BDADCD. Grayscale: #494949. Windows color (decimal): -12430798 or 3297858. OLE color: 3297858.

HSL color Cylindrical-coordinate representation of color #425232: hue angle of 90º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #425232 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 82 50 -
CMYK 0.20 0 0.39 0.68
HSL 90º 0.24% 0.26% -
HSV(B) 90º 0.39% 0.32% -
XYZ 5.84 7.42 4.14 -
YUV 73.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 66 82 50 0.20 0 0.39 0.68 90 0.24 0.26
Hex 42 52 32 14 0 27 44 5A 18 1A
Octal 102 122 62 24 0 47 104 132 30 32
Binary 1000010 1010010 110010 10100 0 100111 1000100 1011010 11000 11010

Color Harmonies of #425232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425232

Black with #425232

Text Example


Text Example

White with #425232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425232; }

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

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

background-color css

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

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

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

border-color css

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

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

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