Html Css Color HEX #425736 Dell

📋 copy color: '#425736'

red 66 ◦ green 87 ◦ blue 54

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

Shades of Dell #425736

Tints of Dell #425736

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.03%

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

R = 31.88%
G = 42.03%
B = 26.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#425736 (or 0x425736) is known color: Dell. HEX triplet: 42, 57 and 36. RGB value is (66,87,54). Sum of RGB (Red+Green+Blue) = 66+87+54=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #425736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425736 is #BDA8C9. Grayscale: #4D4D4D. Windows color (decimal): -12429514 or 3561282. OLE color: 3561282.

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

Color convert

RGB 66 87 54 -
CMYK 0.24 0 0.38 0.66
HSL 98.18º 0.23% 0.28% -
HSV(B) 98.18º 0.38% 0.34% -
XYZ 6.32 8.24 4.75 -
YUV 76.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 66 87 54 0.24 0 0.38 0.66 98.18 0.23 0.28
Hex 42 57 36 18 0 26 42 62 17 1C
Octal 102 127 66 30 0 46 102 142 27 34
Binary 1000010 1010111 110110 11000 0 100110 1000010 1100010 10111 11100

Color Harmonies of #425736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425736

Black with #425736

Text Example


Text Example

White with #425736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425736; }

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

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

background-color css

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

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

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

border-color css

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

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

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