Html Css Color HEX #41701D Dell

📋 copy color: '#41701D'

red 65 ◦ green 112 ◦ blue 29

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

Shades of Dell #41701D

Tints of Dell #41701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.08%

R = 31.55%
G = 54.37%
B = 14.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#41701D (or 0x41701D) is known color: Dell. HEX triplet: 41, 70 and 1D. RGB value is (65,112,29). Sum of RGB (Red+Green+Blue) = 65+112+29=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #41701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41701D is #BE8FE2. Grayscale: #585858. Windows color (decimal): -12488675 or 1929281. OLE color: 1929281.

HSL color Cylindrical-coordinate representation of color #41701D: hue angle of 93.98º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41701D is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 112 29 -
CMYK 0.42 0 0.74 0.56
HSL 93.98º 0.59% 0.28% -
HSV(B) 93.98º 0.74% 0.44% -
XYZ 8.2 12.8 3.2 -
YUV 88.49 94.43 111.25 -
System Red Green Blue C M Y K H S L
Decimal 65 112 29 0.42 0 0.74 0.56 93.98 0.59 0.28
Hex 41 70 1D 2A 0 4A 38 5E 3B 1C
Octal 101 160 35 52 0 112 70 136 73 34
Binary 1000001 1110000 11101 101010 0 1001010 111000 1011110 111011 11100

Color Harmonies of #41701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41701D

Black with #41701D

Text Example


Text Example

White with #41701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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