Html Css Color HEX #425826 Clover

📋 copy color: '#425826'

red 66 ◦ green 88 ◦ blue 38

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

Shades of Clover #425826

Tints of Clover #425826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.79%

R = 34.38%
G = 45.83%
B = 19.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#425826 (or 0x425826) is known color: Clover. HEX triplet: 42, 58 and 26. RGB value is (66,88,38). Sum of RGB (Red+Green+Blue) = 66+88+38=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #425826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425826 is #BDA7D9. Grayscale: #4B4B4B. Windows color (decimal): -12429274 or 2512962. OLE color: 2512962.

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

Color convert

RGB 66 88 38 -
CMYK 0.25 0 0.57 0.65
HSL 86.4º 0.4% 0.25% -
HSV(B) 86.4º 0.57% 0.35% -
XYZ 6.09 8.28 3.11 -
YUV 75.72 106.71 121.07 -
System Red Green Blue C M Y K H S L
Decimal 66 88 38 0.25 0 0.57 0.65 86.4 0.4 0.25
Hex 42 58 26 19 0 39 41 56 28 19
Octal 102 130 46 31 0 71 101 126 50 31
Binary 1000010 1011000 100110 11001 0 111001 1000001 1010110 101000 11001

Color Harmonies of #425826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425826

Black with #425826

Text Example


Text Example

White with #425826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425826; }

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

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

background-color css

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

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

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

border-color css

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

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

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