Html Css Color HEX #426031 Dell

📋 copy color: '#426031'

red 66 ◦ green 96 ◦ blue 49

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

Shades of Dell #426031

Tints of Dell #426031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.5%

 BLUE value IS 49 (19.53% from 255) = 23.22%

R = 31.28%
G = 45.5%
B = 23.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#426031 (or 0x426031) is known color: Dell. HEX triplet: 42, 60 and 31. RGB value is (66,96,49). Sum of RGB (Red+Green+Blue) = 66+96+49=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #426031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426031 is #BD9FCE. Grayscale: #515151. Windows color (decimal): -12427215 or 3235906. OLE color: 3235906.

HSL color Cylindrical-coordinate representation of color #426031: hue angle of 98.3º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #426031 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 96 49 -
CMYK 0.31 0 0.49 0.62
HSL 98.3º 0.32% 0.28% -
HSV(B) 98.3º 0.49% 0.38% -
XYZ 6.98 9.75 4.42 -
YUV 81.67 109.56 116.82 -
System Red Green Blue C M Y K H S L
Decimal 66 96 49 0.31 0 0.49 0.62 98.3 0.32 0.28
Hex 42 60 31 1F 0 31 3E 62 20 1C
Octal 102 140 61 37 0 61 76 142 40 34
Binary 1000010 1100000 110001 11111 0 110001 111110 1100010 100000 11100

Color Harmonies of #426031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426031

Black with #426031

Text Example


Text Example

White with #426031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426031; }

 p { color: rgb(66,96,49); }

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

background-color css

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

 a { background-color: rgb(66,96,49); }

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

border-color css

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

 span { border-color: rgb(66,96,49); }

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