Html Css Color HEX #426428 Dell

📋 copy color: '#426428'

red 66 ◦ green 100 ◦ blue 40

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

Shades of Dell #426428

Tints of Dell #426428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 48.54%

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 32.04%
G = 48.54%
B = 19.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#426428 (or 0x426428) is known color: Dell. HEX triplet: 42, 64 and 28. RGB value is (66,100,40). Sum of RGB (Red+Green+Blue) = 66+100+40=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #426428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426428 is #BD9BD7. Grayscale: #535353. Windows color (decimal): -12426200 or 2647106. OLE color: 2647106.

HSL color Cylindrical-coordinate representation of color #426428: hue angle of 94º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #426428 is Cyan = 0.34, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 100 40 -
CMYK 0.34 0 0.6 0.61
HSL 94º 0.43% 0.27% -
HSV(B) 94º 0.6% 0.39% -
XYZ 7.19 10.43 3.64 -
YUV 82.99 103.74 115.88 -
System Red Green Blue C M Y K H S L
Decimal 66 100 40 0.34 0 0.6 0.61 94 0.43 0.27
Hex 42 64 28 22 0 3C 3D 5E 2B 1B
Octal 102 144 50 42 0 74 75 136 53 33
Binary 1000010 1100100 101000 100010 0 111100 111101 1011110 101011 11011

Color Harmonies of #426428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426428

Black with #426428

Text Example


Text Example

White with #426428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426428; }

 p { color: rgb(66,100,40); }

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

background-color css

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

 a { background-color: rgb(66,100,40); }

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

border-color css

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

 span { border-color: rgb(66,100,40); }

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