Html Css Color HEX #427020 Dell

📋 copy color: '#427020'

red 66 ◦ green 112 ◦ blue 32

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

Shades of Dell #427020

Tints of Dell #427020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.24%

R = 31.43%
G = 53.33%
B = 15.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#427020 (or 0x427020) is known color: Dell. HEX triplet: 42, 70 and 20. RGB value is (66,112,32). Sum of RGB (Red+Green+Blue) = 66+112+32=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #427020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427020 is #BD8FDF. Grayscale: #595959. Windows color (decimal): -12423136 or 2125890. OLE color: 2125890.

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

Color convert

RGB 66 112 32 -
CMYK 0.41 0 0.71 0.56
HSL 94.5º 0.56% 0.28% -
HSV(B) 94.5º 0.71% 0.44% -
XYZ 8.3 12.85 3.41 -
YUV 89.13 95.76 111.5 -
System Red Green Blue C M Y K H S L
Decimal 66 112 32 0.41 0 0.71 0.56 94.5 0.56 0.28
Hex 42 70 20 29 0 47 38 5E 38 1C
Octal 102 160 40 51 0 107 70 136 70 34
Binary 1000010 1110000 100000 101001 0 1000111 111000 1011110 111000 11100

Color Harmonies of #427020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427020

Black with #427020

Text Example


Text Example

White with #427020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427020; }

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

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

background-color css

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

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

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

border-color css

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

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

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