Html Css Color HEX #425631 Clover

📋 copy color: '#425631'

red 66 ◦ green 86 ◦ blue 49

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

Shades of Clover #425631

Tints of Clover #425631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.79%

 BLUE value IS 49 (19.53% from 255) = 24.38%

R = 32.84%
G = 42.79%
B = 24.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#425631 (or 0x425631) is known color: Clover. HEX triplet: 42, 56 and 31. RGB value is (66,86,49). Sum of RGB (Red+Green+Blue) = 66+86+49=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 86 - color contains mainly: green. Hex color #425631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425631 is #BDA9CE. Grayscale: #4B4B4B. Windows color (decimal): -12429775 or 3233346. OLE color: 3233346.

HSL color Cylindrical-coordinate representation of color #425631: hue angle of 92.43º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #425631 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 86 49 -
CMYK 0.23 0 0.43 0.66
HSL 92.43º 0.27% 0.26% -
HSV(B) 92.43º 0.43% 0.34% -
XYZ 6.13 8.04 4.13 -
YUV 75.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 66 86 49 0.23 0 0.43 0.66 92.43 0.27 0.26
Hex 42 56 31 17 0 2B 42 5C 1B 1A
Octal 102 126 61 27 0 53 102 134 33 32
Binary 1000010 1010110 110001 10111 0 101011 1000010 1011100 11011 11010

Color Harmonies of #425631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425631

Black with #425631

Text Example


Text Example

White with #425631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425631; }

 p { color: rgb(66,86,49); }

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

background-color css

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

 a { background-color: rgb(66,86,49); }

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

border-color css

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

 span { border-color: rgb(66,86,49); }

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