Html Css Color HEX #427019 Dell

📋 copy color: '#427019'

red 66 ◦ green 112 ◦ blue 25

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

Shades of Dell #427019

Tints of Dell #427019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.32%

R = 32.51%
G = 55.17%
B = 12.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#427019 (or 0x427019) is known color: Dell. HEX triplet: 42, 70 and 19. RGB value is (66,112,25). Sum of RGB (Red+Green+Blue) = 66+112+25=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #427019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427019 is #BD8FE6. Grayscale: #585858. Windows color (decimal): -12423143 or 1667138. OLE color: 1667138.

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

Color convert

RGB 66 112 25 -
CMYK 0.41 0 0.78 0.56
HSL 91.72º 0.64% 0.27% -
HSV(B) 91.72º 0.78% 0.44% -
XYZ 8.22 12.82 2.96 -
YUV 88.33 92.26 112.07 -
System Red Green Blue C M Y K H S L
Decimal 66 112 25 0.41 0 0.78 0.56 91.72 0.64 0.27
Hex 42 70 19 29 0 4E 38 5C 40 1B
Octal 102 160 31 51 0 116 70 134 100 33
Binary 1000010 1110000 11001 101001 0 1001110 111000 1011100 1000000 11011

Color Harmonies of #427019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427019

Black with #427019

Text Example


Text Example

White with #427019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427019; }

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

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

background-color css

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

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

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

border-color css

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

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

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