Html Css Color HEX #417028 Dell

📋 copy color: '#417028'

red 65 ◦ green 112 ◦ blue 40

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

Shades of Dell #417028

Tints of Dell #417028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.43%

R = 29.95%
G = 51.61%
B = 18.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#417028 (or 0x417028) is known color: Dell. HEX triplet: 41, 70 and 28. RGB value is (65,112,40). Sum of RGB (Red+Green+Blue) = 65+112+40=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #417028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417028 is #BE8FD7. Grayscale: #595959. Windows color (decimal): -12488664 or 2650177. OLE color: 2650177.

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

Color convert

RGB 65 112 40 -
CMYK 0.42 0 0.64 0.56
HSL 99.17º 0.47% 0.3% -
HSV(B) 99.17º 0.64% 0.44% -
XYZ 8.36 12.87 4.05 -
YUV 89.74 99.93 110.35 -
System Red Green Blue C M Y K H S L
Decimal 65 112 40 0.42 0 0.64 0.56 99.17 0.47 0.3
Hex 41 70 28 2A 0 40 38 63 2F 1E
Octal 101 160 50 52 0 100 70 143 57 36
Binary 1000001 1110000 101000 101010 0 1000000 111000 1100011 101111 11110

Color Harmonies of #417028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417028

Black with #417028

Text Example


Text Example

White with #417028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417028; }

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

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

background-color css

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

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

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

border-color css

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

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

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