Html Css Color HEX #426221 Dell

📋 copy color: '#426221'

red 66 ◦ green 98 ◦ blue 33

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

Shades of Dell #426221

Tints of Dell #426221

RGB

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

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

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

R = 33.5%
G = 49.75%
B = 16.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#426221 (or 0x426221) is known color: Dell. HEX triplet: 42, 62 and 21. RGB value is (66,98,33). Sum of RGB (Red+Green+Blue) = 66+98+33=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #426221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426221 is #BD9DDE. Grayscale: #515151. Windows color (decimal): -12426719 or 2187842. OLE color: 2187842.

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

Color convert

RGB 66 98 33 -
CMYK 0.33 0 0.66 0.62
HSL 89.54º 0.5% 0.26% -
HSV(B) 89.54º 0.66% 0.38% -
XYZ 6.89 10 3.01 -
YUV 81.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 66 98 33 0.33 0 0.66 0.62 89.54 0.5 0.26
Hex 42 62 21 21 0 42 3E 5A 32 1A
Octal 102 142 41 41 0 102 76 132 62 32
Binary 1000010 1100010 100001 100001 0 1000010 111110 1011010 110010 11010

Color Harmonies of #426221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426221

Black with #426221

Text Example


Text Example

White with #426221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426221; }

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

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

background-color css

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

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

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

border-color css

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

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

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