Html Css Color HEX #426121 Dell

📋 copy color: '#426121'

red 66 ◦ green 97 ◦ blue 33

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

Shades of Dell #426121

Tints of Dell #426121

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.49%

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

R = 33.67%
G = 49.49%
B = 16.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#426121 (or 0x426121) is known color: Dell. HEX triplet: 42, 61 and 21. RGB value is (66,97,33). Sum of RGB (Red+Green+Blue) = 66+97+33=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #426121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426121 is #BD9EDE. Grayscale: #505050. Windows color (decimal): -12426975 or 2187586. OLE color: 2187586.

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

Color convert

RGB 66 97 33 -
CMYK 0.32 0 0.66 0.62
HSL 89.06º 0.49% 0.25% -
HSV(B) 89.06º 0.66% 0.38% -
XYZ 6.8 9.82 2.98 -
YUV 80.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 66 97 33 0.32 0 0.66 0.62 89.06 0.49 0.25
Hex 42 61 21 20 0 42 3E 59 31 19
Octal 102 141 41 40 0 102 76 131 61 31
Binary 1000010 1100001 100001 100000 0 1000010 111110 1011001 110001 11001

Color Harmonies of #426121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426121

Black with #426121

Text Example


Text Example

White with #426121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426121; }

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

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

background-color css

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

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

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

border-color css

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

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

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