Html Css Color HEX #42701C Dell

📋 copy color: '#42701C'

red 66 ◦ green 112 ◦ blue 28

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

Shades of Dell #42701C

Tints of Dell #42701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.37%

 BLUE value IS 28 (11.33% from 255) = 13.59%

R = 32.04%
G = 54.37%
B = 13.59%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#42701C (or 0x42701C) is known color: Dell. HEX triplet: 42, 70 and 1C. RGB value is (66,112,28). Sum of RGB (Red+Green+Blue) = 66+112+28=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #42701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42701C is #BD8FE3. Grayscale: #585858. Windows color (decimal): -12423140 or 1863746. OLE color: 1863746.

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

Color convert

RGB 66 112 28 -
CMYK 0.41 0 0.75 0.56
HSL 92.86º 0.6% 0.27% -
HSV(B) 92.86º 0.75% 0.44% -
XYZ 8.25 12.83 3.14 -
YUV 88.67 93.76 111.83 -
System Red Green Blue C M Y K H S L
Decimal 66 112 28 0.41 0 0.75 0.56 92.86 0.6 0.27
Hex 42 70 1C 29 0 4B 38 5D 3C 1B
Octal 102 160 34 51 0 113 70 135 74 33
Binary 1000010 1110000 11100 101001 0 1001011 111000 1011101 111100 11011

Color Harmonies of #42701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42701C

Black with #42701C

Text Example


Text Example

White with #42701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42701C; }

 p { color: rgb(66,112,28); }

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

background-color css

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

 a { background-color: rgb(66,112,28); }

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

border-color css

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

 span { border-color: rgb(66,112,28); }

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