Html Css Color HEX #426B29 Dell

📋 copy color: '#426B29'

red 66 ◦ green 107 ◦ blue 41

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

Shades of Dell #426B29

Tints of Dell #426B29

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50%

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

R = 30.84%
G = 50%
B = 19.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#426B29 (or 0x426B29) is known color: Dell. HEX triplet: 42, 6B and 29. RGB value is (66,107,41). Sum of RGB (Red+Green+Blue) = 66+107+41=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #426B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426B29 is #BD94D6. Grayscale: #575757. Windows color (decimal): -12424407 or 2714434. OLE color: 2714434.

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

Color convert

RGB 66 107 41 -
CMYK 0.38 0 0.62 0.58
HSL 97.27º 0.45% 0.29% -
HSV(B) 97.27º 0.62% 0.42% -
XYZ 7.9 11.83 3.97 -
YUV 87.22 101.92 112.87 -
System Red Green Blue C M Y K H S L
Decimal 66 107 41 0.38 0 0.62 0.58 97.27 0.45 0.29
Hex 42 6B 29 26 0 3E 3A 61 2D 1D
Octal 102 153 51 46 0 76 72 141 55 35
Binary 1000010 1101011 101001 100110 0 111110 111010 1100001 101101 11101

Color Harmonies of #426B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B29

Black with #426B29

Text Example


Text Example

White with #426B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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