Html Css Color HEX #426231 Dell

📋 copy color: '#426231'

red 66 ◦ green 98 ◦ blue 49

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

Shades of Dell #426231

Tints of Dell #426231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.01%

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

R = 30.99%
G = 46.01%
B = 23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#426231 (or 0x426231) is known color: Dell. HEX triplet: 42, 62 and 31. RGB value is (66,98,49). Sum of RGB (Red+Green+Blue) = 66+98+49=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #426231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426231 is #BD9DCE. Grayscale: #535353. Windows color (decimal): -12426703 or 3236418. OLE color: 3236418.

HSL color Cylindrical-coordinate representation of color #426231: hue angle of 99.18º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426231 is Cyan = 0.33, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 98 49 -
CMYK 0.33 0 0.5 0.62
HSL 99.18º 0.33% 0.29% -
HSV(B) 99.18º 0.5% 0.38% -
XYZ 7.17 10.12 4.48 -
YUV 82.85 108.9 115.98 -
System Red Green Blue C M Y K H S L
Decimal 66 98 49 0.33 0 0.5 0.62 99.18 0.33 0.29
Hex 42 62 31 21 0 32 3E 63 21 1D
Octal 102 142 61 41 0 62 76 143 41 35
Binary 1000010 1100010 110001 100001 0 110010 111110 1100011 100001 11101

Color Harmonies of #426231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426231

Black with #426231

Text Example


Text Example

White with #426231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426231; }

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

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

background-color css

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

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

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

border-color css

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

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

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