Html Css Color HEX #426128 Dell

📋 copy color: '#426128'

red 66 ◦ green 97 ◦ blue 40

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

Shades of Dell #426128

Tints of Dell #426128

RGB

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

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

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

R = 32.51%
G = 47.78%
B = 19.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#426128 (or 0x426128) is known color: Dell. HEX triplet: 42, 61 and 28. RGB value is (66,97,40). Sum of RGB (Red+Green+Blue) = 66+97+40=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #426128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426128 is #BD9ED7. Grayscale: #515151. Windows color (decimal): -12426968 or 2646338. OLE color: 2646338.

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

Color convert

RGB 66 97 40 -
CMYK 0.32 0 0.59 0.62
HSL 92.63º 0.42% 0.27% -
HSV(B) 92.63º 0.59% 0.38% -
XYZ 6.9 9.86 3.55 -
YUV 81.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 66 97 40 0.32 0 0.59 0.62 92.63 0.42 0.27
Hex 42 61 28 20 0 3B 3E 5D 2A 1B
Octal 102 141 50 40 0 73 76 135 52 33
Binary 1000010 1100001 101000 100000 0 111011 111110 1011101 101010 11011

Color Harmonies of #426128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426128

Black with #426128

Text Example


Text Example

White with #426128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426128; }

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

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

background-color css

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

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

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

border-color css

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

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

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