Html Css Color HEX #417024 Dell

📋 copy color: '#417024'

red 65 ◦ green 112 ◦ blue 36

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

Shades of Dell #417024

Tints of Dell #417024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.9%

R = 30.52%
G = 52.58%
B = 16.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#417024 (or 0x417024) is known color: Dell. HEX triplet: 41, 70 and 24. RGB value is (65,112,36). Sum of RGB (Red+Green+Blue) = 65+112+36=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #417024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417024 is #BE8FDB. Grayscale: #595959. Windows color (decimal): -12488668 or 2388033. OLE color: 2388033.

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

Color convert

RGB 65 112 36 -
CMYK 0.42 0 0.68 0.56
HSL 97.11º 0.51% 0.29% -
HSV(B) 97.11º 0.68% 0.44% -
XYZ 8.29 12.84 3.71 -
YUV 89.28 97.93 110.68 -
System Red Green Blue C M Y K H S L
Decimal 65 112 36 0.42 0 0.68 0.56 97.11 0.51 0.29
Hex 41 70 24 2A 0 44 38 61 33 1D
Octal 101 160 44 52 0 104 70 141 63 35
Binary 1000001 1110000 100100 101010 0 1000100 111000 1100001 110011 11101

Color Harmonies of #417024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417024

Black with #417024

Text Example


Text Example

White with #417024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417024; }

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

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

background-color css

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

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

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

border-color css

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

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

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