Html Css Color HEX #426229 Dell

📋 copy color: '#426229'

red 66 ◦ green 98 ◦ blue 41

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

Shades of Dell #426229

Tints of Dell #426229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20%

R = 32.2%
G = 47.8%
B = 20%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#426229 (or 0x426229) is known color: Dell. HEX triplet: 42, 62 and 29. RGB value is (66,98,41). Sum of RGB (Red+Green+Blue) = 66+98+41=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #426229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426229 is #BD9DD6. Grayscale: #525252. Windows color (decimal): -12426711 or 2712130. OLE color: 2712130.

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

Color convert

RGB 66 98 41 -
CMYK 0.33 0 0.58 0.62
HSL 93.68º 0.41% 0.27% -
HSV(B) 93.68º 0.58% 0.38% -
XYZ 7.01 10.05 3.67 -
YUV 81.93 104.9 116.63 -
System Red Green Blue C M Y K H S L
Decimal 66 98 41 0.33 0 0.58 0.62 93.68 0.41 0.27
Hex 42 62 29 21 0 3A 3E 5E 29 1B
Octal 102 142 51 41 0 72 76 136 51 33
Binary 1000010 1100010 101001 100001 0 111010 111110 1011110 101001 11011

Color Harmonies of #426229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426229

Black with #426229

Text Example


Text Example

White with #426229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426229; }

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

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

background-color css

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

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

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

border-color css

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

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

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