Html Css Color HEX #426A21 Dell

📋 copy color: '#426A21'

red 66 ◦ green 106 ◦ blue 33

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

Shades of Dell #426A21

Tints of Dell #426A21

RGB

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

 GREEN value IS 106 (41.8% from 255) = 51.71%

 BLUE value IS 33 (13.28% from 255) = 16.1%

R = 32.2%
G = 51.71%
B = 16.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#426A21 (or 0x426A21) is known color: Dell. HEX triplet: 42, 6A and 21. RGB value is (66,106,33). Sum of RGB (Red+Green+Blue) = 66+106+33=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 106 (41.80% from 255 or 51.71% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 106 - color contains mainly: green. Hex color #426A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426A21 is #BD95DE. Grayscale: #555555. Windows color (decimal): -12424671 or 2189890. OLE color: 2189890.

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

Color convert

RGB 66 106 33 -
CMYK 0.38 0 0.69 0.58
HSL 92.88º 0.53% 0.27% -
HSV(B) 92.88º 0.69% 0.42% -
XYZ 7.68 11.58 3.27 -
YUV 85.72 98.25 113.94 -
System Red Green Blue C M Y K H S L
Decimal 66 106 33 0.38 0 0.69 0.58 92.88 0.53 0.27
Hex 42 6A 21 26 0 45 3A 5D 35 1B
Octal 102 152 41 46 0 105 72 135 65 33
Binary 1000010 1101010 100001 100110 0 1000101 111010 1011101 110101 11011

Color Harmonies of #426A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426A21

Black with #426A21

Text Example


Text Example

White with #426A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,106,33); }

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

background-color css

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

 a { background-color: rgb(66,106,33); }

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

border-color css

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

 span { border-color: rgb(66,106,33); }

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