Html Css Color HEX #425630 Clover

📋 copy color: '#425630'

red 66 ◦ green 86 ◦ blue 48

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

Shades of Clover #425630

Tints of Clover #425630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24%

R = 33%
G = 43%
B = 24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#425630 (or 0x425630) is known color: Clover. HEX triplet: 42, 56 and 30. RGB value is (66,86,48). Sum of RGB (Red+Green+Blue) = 66+86+48=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 86 - color contains mainly: green. Hex color #425630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425630 is #BDA9CF. Grayscale: #4B4B4B. Windows color (decimal): -12429776 or 3167810. OLE color: 3167810.

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

Color convert

RGB 66 86 48 -
CMYK 0.23 0 0.44 0.66
HSL 91.58º 0.28% 0.26% -
HSV(B) 91.58º 0.44% 0.34% -
XYZ 6.11 8.03 4.02 -
YUV 75.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 66 86 48 0.23 0 0.44 0.66 91.58 0.28 0.26
Hex 42 56 30 17 0 2C 42 5C 1C 1A
Octal 102 126 60 27 0 54 102 134 34 32
Binary 1000010 1010110 110000 10111 0 101100 1000010 1011100 11100 11010

Color Harmonies of #425630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425630

Black with #425630

Text Example


Text Example

White with #425630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425630; }

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

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

background-color css

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

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

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

border-color css

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

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

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