Html Css Color HEX #426A2C Dell

📋 copy color: '#426A2C'

red 66 ◦ green 106 ◦ blue 44

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

Shades of Dell #426A2C

Tints of Dell #426A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.37%

R = 30.56%
G = 49.07%
B = 20.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#426A2C (or 0x426A2C) is known color: Dell. HEX triplet: 42, 6A and 2C. RGB value is (66,106,44). Sum of RGB (Red+Green+Blue) = 66+106+44=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 106 - color contains mainly: green. Hex color #426A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426A2C is #BD95D3. Grayscale: #575757. Windows color (decimal): -12424660 or 2910786. OLE color: 2910786.

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

Color convert

RGB 66 106 44 -
CMYK 0.38 0 0.58 0.58
HSL 98.71º 0.41% 0.29% -
HSV(B) 98.71º 0.58% 0.42% -
XYZ 7.86 11.65 4.22 -
YUV 86.97 103.75 113.04 -
System Red Green Blue C M Y K H S L
Decimal 66 106 44 0.38 0 0.58 0.58 98.71 0.41 0.29
Hex 42 6A 2C 26 0 3A 3A 63 29 1D
Octal 102 152 54 46 0 72 72 143 51 35
Binary 1000010 1101010 101100 100110 0 111010 111010 1100011 101001 11101

Color Harmonies of #426A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426A2C

Black with #426A2C

Text Example


Text Example

White with #426A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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