Html Css Color HEX #417021 Dell

📋 copy color: '#417021'

red 65 ◦ green 112 ◦ blue 33

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

Shades of Dell #417021

Tints of Dell #417021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.71%

R = 30.95%
G = 53.33%
B = 15.71%

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

#417021 (or 0x417021) is known color: Dell. HEX triplet: 41, 70 and 21. RGB value is (65,112,33). Sum of RGB (Red+Green+Blue) = 65+112+33=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #417021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417021 is #BE8FDE. Grayscale: #595959. Windows color (decimal): -12488671 or 2191425. OLE color: 2191425.

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

Color convert

RGB 65 112 33 -
CMYK 0.42 0 0.71 0.56
HSL 95.7º 0.54% 0.28% -
HSV(B) 95.7º 0.71% 0.44% -
XYZ 8.25 12.82 3.48 -
YUV 88.94 96.43 110.92 -
System Red Green Blue C M Y K H S L
Decimal 65 112 33 0.42 0 0.71 0.56 95.7 0.54 0.28
Hex 41 70 21 2A 0 47 38 60 36 1C
Octal 101 160 41 52 0 107 70 140 66 34
Binary 1000001 1110000 100001 101010 0 1000111 111000 1100000 110110 11100

Color Harmonies of #417021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417021

Black with #417021

Text Example


Text Example

White with #417021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417021; }

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

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

background-color css

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

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

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

border-color css

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

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

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