Html Css Color HEX #426F1D Dell

📋 copy color: '#426F1D'

red 66 ◦ green 111 ◦ blue 29

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

Shades of Dell #426F1D

Tints of Dell #426F1D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 53.88%

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

R = 32.04%
G = 53.88%
B = 14.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#426F1D (or 0x426F1D) is known color: Dell. HEX triplet: 42, 6F and 1D. RGB value is (66,111,29). Sum of RGB (Red+Green+Blue) = 66+111+29=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 111 (43.75% from 255 or 53.88% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 111 - color contains mainly: green. Hex color #426F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426F1D is #BD90E2. Grayscale: #585858. Windows color (decimal): -12423395 or 1929026. OLE color: 1929026.

HSL color Cylindrical-coordinate representation of color #426F1D: hue angle of 92.93º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #426F1D is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 111 29 -
CMYK 0.41 0 0.74 0.56
HSL 92.93º 0.59% 0.27% -
HSV(B) 92.93º 0.74% 0.44% -
XYZ 8.15 12.62 3.17 -
YUV 88.2 94.59 112.17 -
System Red Green Blue C M Y K H S L
Decimal 66 111 29 0.41 0 0.74 0.56 92.93 0.59 0.27
Hex 42 6F 1D 29 0 4A 38 5D 3B 1B
Octal 102 157 35 51 0 112 70 135 73 33
Binary 1000010 1101111 11101 101001 0 1001010 111000 1011101 111011 11011

Color Harmonies of #426F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F1D

Black with #426F1D

Text Example


Text Example

White with #426F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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