Html Css Color HEX #426120 Dell

📋 copy color: '#426120'

red 66 ◦ green 97 ◦ blue 32

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

Shades of Dell #426120

Tints of Dell #426120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.41%

R = 33.85%
G = 49.74%
B = 16.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#426120 (or 0x426120) is known color: Dell. HEX triplet: 42, 61 and 20. RGB value is (66,97,32). Sum of RGB (Red+Green+Blue) = 66+97+32=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #426120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426120 is #BD9EDF. Grayscale: #505050. Windows color (decimal): -12426976 or 2122050. OLE color: 2122050.

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

Color convert

RGB 66 97 32 -
CMYK 0.32 0 0.67 0.62
HSL 88.62º 0.5% 0.25% -
HSV(B) 88.62º 0.67% 0.38% -
XYZ 6.78 9.81 2.9 -
YUV 80.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 66 97 32 0.32 0 0.67 0.62 88.62 0.5 0.25
Hex 42 61 20 20 0 43 3E 59 32 19
Octal 102 141 40 40 0 103 76 131 62 31
Binary 1000010 1100001 100000 100000 0 1000011 111110 1011001 110010 11001

Color Harmonies of #426120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426120

Black with #426120

Text Example


Text Example

White with #426120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426120; }

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

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

background-color css

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

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

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

border-color css

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

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

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