Html Css Color HEX #417019 Dell

📋 copy color: '#417019'

red 65 ◦ green 112 ◦ blue 25

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

Shades of Dell #417019

Tints of Dell #417019

RGB

 RED value IS 65 (25.78% from 255) = 32.18%

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

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

R = 32.18%
G = 55.45%
B = 12.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#417019 (or 0x417019) is known color: Dell. HEX triplet: 41, 70 and 19. RGB value is (65,112,25). Sum of RGB (Red+Green+Blue) = 65+112+25=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #417019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417019 is #BE8FE6. Grayscale: #585858. Windows color (decimal): -12488679 or 1667137. OLE color: 1667137.

HSL color Cylindrical-coordinate representation of color #417019: hue angle of 92.41º 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 #417019 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 112 25 -
CMYK 0.42 0 0.78 0.56
HSL 92.41º 0.64% 0.27% -
HSV(B) 92.41º 0.78% 0.44% -
XYZ 8.15 12.78 2.96 -
YUV 88.03 92.43 111.57 -
System Red Green Blue C M Y K H S L
Decimal 65 112 25 0.42 0 0.78 0.56 92.41 0.64 0.27
Hex 41 70 19 2A 0 4E 38 5C 40 1B
Octal 101 160 31 52 0 116 70 134 100 33
Binary 1000001 1110000 11001 101010 0 1001110 111000 1011100 1000000 11011

Color Harmonies of #417019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417019

Black with #417019

Text Example


Text Example

White with #417019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417019; }

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

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

background-color css

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

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

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

border-color css

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

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

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