Html Css Color HEX #425828 Clover

📋 copy color: '#425828'

red 66 ◦ green 88 ◦ blue 40

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

Shades of Clover #425828

Tints of Clover #425828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.36%

 BLUE value IS 40 (16.02% from 255) = 20.62%

R = 34.02%
G = 45.36%
B = 20.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#425828 (or 0x425828) is known color: Clover. HEX triplet: 42, 58 and 28. RGB value is (66,88,40). Sum of RGB (Red+Green+Blue) = 66+88+40=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #425828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425828 is #BDA7D7. Grayscale: #4C4C4C. Windows color (decimal): -12429272 or 2644034. OLE color: 2644034.

HSL color Cylindrical-coordinate representation of color #425828: hue angle of 87.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425828 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 40 -
CMYK 0.25 0 0.55 0.65
HSL 87.5º 0.38% 0.25% -
HSV(B) 87.5º 0.55% 0.35% -
XYZ 6.12 8.29 3.29 -
YUV 75.95 107.71 120.9 -
System Red Green Blue C M Y K H S L
Decimal 66 88 40 0.25 0 0.55 0.65 87.5 0.38 0.25
Hex 42 58 28 19 0 37 41 57 26 19
Octal 102 130 50 31 0 67 101 127 46 31
Binary 1000010 1011000 101000 11001 0 110111 1000001 1010111 100110 11001

Color Harmonies of #425828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425828

Black with #425828

Text Example


Text Example

White with #425828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425828; }

 p { color: rgb(66,88,40); }

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

background-color css

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

 a { background-color: rgb(66,88,40); }

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

border-color css

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

 span { border-color: rgb(66,88,40); }

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