Html Css Color HEX #417020 Dell

📋 copy color: '#417020'

red 65 ◦ green 112 ◦ blue 32

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

Shades of Dell #417020

Tints of Dell #417020

RGB

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

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

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

R = 31.1%
G = 53.59%
B = 15.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#417020 (or 0x417020) is known color: Dell. HEX triplet: 41, 70 and 20. RGB value is (65,112,32). Sum of RGB (Red+Green+Blue) = 65+112+32=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #417020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417020 is #BE8FDF. Grayscale: #595959. Windows color (decimal): -12488672 or 2125889. OLE color: 2125889.

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

Color convert

RGB 65 112 32 -
CMYK 0.42 0 0.71 0.56
HSL 95.25º 0.56% 0.28% -
HSV(B) 95.25º 0.71% 0.44% -
XYZ 8.23 12.82 3.41 -
YUV 88.83 95.93 111 -
System Red Green Blue C M Y K H S L
Decimal 65 112 32 0.42 0 0.71 0.56 95.25 0.56 0.28
Hex 41 70 20 2A 0 47 38 5F 38 1C
Octal 101 160 40 52 0 107 70 137 70 34
Binary 1000001 1110000 100000 101010 0 1000111 111000 1011111 111000 11100

Color Harmonies of #417020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417020

Black with #417020

Text Example


Text Example

White with #417020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417020; }

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

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

background-color css

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

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

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

border-color css

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

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

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