Html Css Color HEX #426C1D Dell

📋 copy color: '#426C1D'

red 66 ◦ green 108 ◦ blue 29

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

Shades of Dell #426C1D

Tints of Dell #426C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 53.2%

 BLUE value IS 29 (11.72% from 255) = 14.29%

R = 32.51%
G = 53.2%
B = 14.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#426C1D (or 0x426C1D) is known color: Dell. HEX triplet: 42, 6C and 1D. RGB value is (66,108,29). Sum of RGB (Red+Green+Blue) = 66+108+29=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 108 (42.58% from 255 or 53.20% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 108 - color contains mainly: green. Hex color #426C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426C1D is #BD93E2. Grayscale: #565656. Windows color (decimal): -12424163 or 1928258. OLE color: 1928258.

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

Color convert

RGB 66 108 29 -
CMYK 0.39 0 0.73 0.58
HSL 91.9º 0.58% 0.27% -
HSV(B) 91.9º 0.73% 0.42% -
XYZ 7.83 11.97 3.06 -
YUV 86.44 95.59 113.42 -
System Red Green Blue C M Y K H S L
Decimal 66 108 29 0.39 0 0.73 0.58 91.9 0.58 0.27
Hex 42 6C 1D 27 0 49 3A 5C 3A 1B
Octal 102 154 35 47 0 111 72 134 72 33
Binary 1000010 1101100 11101 100111 0 1001001 111010 1011100 111010 11011

Color Harmonies of #426C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C1D

Black with #426C1D

Text Example


Text Example

White with #426C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,108,29); }

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

background-color css

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

 a { background-color: rgb(66,108,29); }

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

border-color css

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

 span { border-color: rgb(66,108,29); }

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