Html Css Color HEX #416626 Dell

📋 copy color: '#416626'

red 65 ◦ green 102 ◦ blue 38

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

Shades of Dell #416626

Tints of Dell #416626

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.76%

 BLUE value IS 38 (15.23% from 255) = 18.54%

R = 31.71%
G = 49.76%
B = 18.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#416626 (or 0x416626) is known color: Dell. HEX triplet: 41, 66 and 26. RGB value is (65,102,38). Sum of RGB (Red+Green+Blue) = 65+102+38=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #416626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416626 is #BE99D9. Grayscale: #535353. Windows color (decimal): -12491226 or 2516545. OLE color: 2516545.

HSL color Cylindrical-coordinate representation of color #416626: hue angle of 94.69º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #416626 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 102 38 -
CMYK 0.36 0 0.63 0.6
HSL 94.69º 0.46% 0.27% -
HSV(B) 94.69º 0.63% 0.4% -
XYZ 7.28 10.77 3.53 -
YUV 83.64 102.24 114.7 -
System Red Green Blue C M Y K H S L
Decimal 65 102 38 0.36 0 0.63 0.6 94.69 0.46 0.27
Hex 41 66 26 24 0 3F 3C 5F 2E 1B
Octal 101 146 46 44 0 77 74 137 56 33
Binary 1000001 1100110 100110 100100 0 111111 111100 1011111 101110 11011

Color Harmonies of #416626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416626

Black with #416626

Text Example


Text Example

White with #416626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416626; }

 p { color: rgb(65,102,38); }

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

background-color css

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

 a { background-color: rgb(65,102,38); }

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

border-color css

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

 span { border-color: rgb(65,102,38); }

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