Html Css Color HEX #426320 Dell

📋 copy color: '#426320'

red 66 ◦ green 99 ◦ blue 32

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

Shades of Dell #426320

Tints of Dell #426320

RGB

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

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

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

R = 33.5%
G = 50.25%
B = 16.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#426320 (or 0x426320) is known color: Dell. HEX triplet: 42, 63 and 20. RGB value is (66,99,32). Sum of RGB (Red+Green+Blue) = 66+99+32=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #426320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426320 is #BD9CDF. Grayscale: #515151. Windows color (decimal): -12426464 or 2122562. OLE color: 2122562.

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

Color convert

RGB 66 99 32 -
CMYK 0.33 0 0.68 0.61
HSL 89.55º 0.51% 0.26% -
HSV(B) 89.55º 0.68% 0.39% -
XYZ 6.97 10.19 2.97 -
YUV 81.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 66 99 32 0.33 0 0.68 0.61 89.55 0.51 0.26
Hex 42 63 20 21 0 44 3D 5A 33 1A
Octal 102 143 40 41 0 104 75 132 63 32
Binary 1000010 1100011 100000 100001 0 1000100 111101 1011010 110011 11010

Color Harmonies of #426320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426320

Black with #426320

Text Example


Text Example

White with #426320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426320; }

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

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

background-color css

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

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

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

border-color css

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

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

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