Html Css Color HEX #426F1F Dell

📋 copy color: '#426F1F'

red 66 ◦ green 111 ◦ blue 31

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

Shades of Dell #426F1F

Tints of Dell #426F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.9%

R = 31.73%
G = 53.37%
B = 14.9%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#426F1F (or 0x426F1F) is known color: Dell. HEX triplet: 42, 6F and 1F. RGB value is (66,111,31). Sum of RGB (Red+Green+Blue) = 66+111+31=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #426F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426F1F is #BD90E0. Grayscale: #585858. Windows color (decimal): -12423393 or 2060098. OLE color: 2060098.

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

Color convert

RGB 66 111 31 -
CMYK 0.41 0 0.72 0.56
HSL 93.75º 0.56% 0.28% -
HSV(B) 93.75º 0.72% 0.44% -
XYZ 8.18 12.63 3.3 -
YUV 88.43 95.59 112 -
System Red Green Blue C M Y K H S L
Decimal 66 111 31 0.41 0 0.72 0.56 93.75 0.56 0.28
Hex 42 6F 1F 29 0 48 38 5E 38 1C
Octal 102 157 37 51 0 110 70 136 70 34
Binary 1000010 1101111 11111 101001 0 1001000 111000 1011110 111000 11100

Color Harmonies of #426F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F1F

Black with #426F1F

Text Example


Text Example

White with #426F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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