Html Css Color HEX #426331 Dell

📋 copy color: '#426331'

red 66 ◦ green 99 ◦ blue 49

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

Shades of Dell #426331

Tints of Dell #426331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.26%

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 30.84%
G = 46.26%
B = 22.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#426331 (or 0x426331) is known color: Dell. HEX triplet: 42, 63 and 31. RGB value is (66,99,49). Sum of RGB (Red+Green+Blue) = 66+99+49=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #426331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426331 is #BD9CCE. Grayscale: #535353. Windows color (decimal): -12426447 or 3236674. OLE color: 3236674.

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

Color convert

RGB 66 99 49 -
CMYK 0.33 0 0.51 0.61
HSL 99.6º 0.34% 0.29% -
HSV(B) 99.6º 0.51% 0.39% -
XYZ 7.26 10.3 4.51 -
YUV 83.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 66 99 49 0.33 0 0.51 0.61 99.6 0.34 0.29
Hex 42 63 31 21 0 33 3D 64 22 1D
Octal 102 143 61 41 0 63 75 144 42 35
Binary 1000010 1100011 110001 100001 0 110011 111101 1100100 100010 11101

Color Harmonies of #426331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426331

Black with #426331

Text Example


Text Example

White with #426331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426331; }

 p { color: rgb(66,99,49); }

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

background-color css

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

 a { background-color: rgb(66,99,49); }

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

border-color css

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

 span { border-color: rgb(66,99,49); }

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