Html Css Color HEX #425636 Dell

📋 copy color: '#425636'

red 66 ◦ green 86 ◦ blue 54

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

Shades of Dell #425636

Tints of Dell #425636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.21%

R = 32.04%
G = 41.75%
B = 26.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.66

RGB Variations

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

Color information

#425636 (or 0x425636) is known color: Dell. HEX triplet: 42, 56 and 36. RGB value is (66,86,54). Sum of RGB (Red+Green+Blue) = 66+86+54=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 86 - color contains mainly: green. Hex color #425636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425636 is #BDA9C9. Grayscale: #4C4C4C. Windows color (decimal): -12429770 or 3561026. OLE color: 3561026.

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

Color convert

RGB 66 86 54 -
CMYK 0.23 0 0.37 0.66
HSL 97.5º 0.23% 0.27% -
HSV(B) 97.5º 0.37% 0.34% -
XYZ 6.24 8.08 4.72 -
YUV 76.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 66 86 54 0.23 0 0.37 0.66 97.5 0.23 0.27
Hex 42 56 36 17 0 25 42 62 17 1B
Octal 102 126 66 27 0 45 102 142 27 33
Binary 1000010 1010110 110110 10111 0 100101 1000010 1100010 10111 11011

Color Harmonies of #425636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425636

Black with #425636

Text Example


Text Example

White with #425636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425636; }

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

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

background-color css

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

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

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

border-color css

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

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

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