Html Css Color HEX #416818 Dell

📋 copy color: '#416818'

red 65 ◦ green 104 ◦ blue 24

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

Shades of Dell #416818

Tints of Dell #416818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.89%

 BLUE value IS 24 (9.77% from 255) = 12.44%

R = 33.68%
G = 53.89%
B = 12.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#416818 (or 0x416818) is known color: Dell. HEX triplet: 41, 68 and 18. RGB value is (65,104,24). Sum of RGB (Red+Green+Blue) = 65+104+24=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #416818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416818 is #BE97E7. Grayscale: #535353. Windows color (decimal): -12490728 or 1599553. OLE color: 1599553.

HSL color Cylindrical-coordinate representation of color #416818: hue angle of 89.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #416818 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 104 24 -
CMYK 0.38 0 0.77 0.59
HSL 89.25º 0.63% 0.25% -
HSV(B) 89.25º 0.77% 0.41% -
XYZ 7.3 11.09 2.62 -
YUV 83.22 94.58 115 -
System Red Green Blue C M Y K H S L
Decimal 65 104 24 0.38 0 0.77 0.59 89.25 0.63 0.25
Hex 41 68 18 26 0 4D 3B 59 3E 19
Octal 101 150 30 46 0 115 73 131 76 31
Binary 1000001 1101000 11000 100110 0 1001101 111011 1011001 111110 11001

Color Harmonies of #416818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416818

Black with #416818

Text Example


Text Example

White with #416818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416818; }

 p { color: rgb(65,104,24); }

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

background-color css

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

 a { background-color: rgb(65,104,24); }

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

border-color css

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

 span { border-color: rgb(65,104,24); }

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