Html Css Color HEX #426029 Dell

📋 copy color: '#426029'

red 66 ◦ green 96 ◦ blue 41

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

Shades of Dell #426029

Tints of Dell #426029

RGB

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

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

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

R = 32.51%
G = 47.29%
B = 20.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#426029 (or 0x426029) is known color: Dell. HEX triplet: 42, 60 and 29. RGB value is (66,96,41). Sum of RGB (Red+Green+Blue) = 66+96+41=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #426029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426029 is #BD9FD6. Grayscale: #505050. Windows color (decimal): -12427223 or 2711618. OLE color: 2711618.

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

Color convert

RGB 66 96 41 -
CMYK 0.31 0 0.57 0.62
HSL 92.73º 0.4% 0.27% -
HSV(B) 92.73º 0.57% 0.38% -
XYZ 6.83 9.68 3.61 -
YUV 80.76 105.56 117.47 -
System Red Green Blue C M Y K H S L
Decimal 66 96 41 0.31 0 0.57 0.62 92.73 0.4 0.27
Hex 42 60 29 1F 0 39 3E 5D 28 1B
Octal 102 140 51 37 0 71 76 135 50 33
Binary 1000010 1100000 101001 11111 0 111001 111110 1011101 101000 11011

Color Harmonies of #426029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426029

Black with #426029

Text Example


Text Example

White with #426029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426029; }

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

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

background-color css

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

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

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

border-color css

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

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

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