Html Css Color HEX #42711E Dell

📋 copy color: '#42711E'

red 66 ◦ green 113 ◦ blue 30

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

Shades of Dell #42711E

Tints of Dell #42711E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 54.07%

 BLUE value IS 30 (12.11% from 255) = 14.35%

R = 31.58%
G = 54.07%
B = 14.35%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#42711E (or 0x42711E) is known color: Dell. HEX triplet: 42, 71 and 1E. RGB value is (66,113,30). Sum of RGB (Red+Green+Blue) = 66+113+30=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #42711E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42711E is #BD8EE1. Grayscale: #595959. Windows color (decimal): -12422882 or 1995074. OLE color: 1995074.

HSL color Cylindrical-coordinate representation of color #42711E: hue angle of 93.98º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42711E is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 30 -
CMYK 0.42 0 0.73 0.56
HSL 93.98º 0.58% 0.28% -
HSV(B) 93.98º 0.73% 0.44% -
XYZ 8.39 13.06 3.31 -
YUV 89.49 94.43 111.25 -
System Red Green Blue C M Y K H S L
Decimal 66 113 30 0.42 0 0.73 0.56 93.98 0.58 0.28
Hex 42 71 1E 2A 0 49 38 5E 3A 1C
Octal 102 161 36 52 0 111 70 136 72 34
Binary 1000010 1110001 11110 101010 0 1001001 111000 1011110 111010 11100

Color Harmonies of #42711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42711E

Black with #42711E

Text Example


Text Example

White with #42711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42711E; }

 p { color: rgb(66,113,30); }

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

background-color css

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

 a { background-color: rgb(66,113,30); }

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

border-color css

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

 span { border-color: rgb(66,113,30); }

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