Html Css Color HEX #416D28 Dell

📋 copy color: '#416D28'

red 65 ◦ green 109 ◦ blue 40

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

Shades of Dell #416D28

Tints of Dell #416D28

RGB

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

 GREEN value IS 109 (42.97% from 255) = 50.93%

 BLUE value IS 40 (16.02% from 255) = 18.69%

R = 30.37%
G = 50.93%
B = 18.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#416D28 (or 0x416D28) is known color: Dell. HEX triplet: 41, 6D and 28. RGB value is (65,109,40). Sum of RGB (Red+Green+Blue) = 65+109+40=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 109 (42.97% from 255 or 50.93% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 109 - color contains mainly: green. Hex color #416D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416D28 is #BE92D7. Grayscale: #585858. Windows color (decimal): -12489432 or 2649409. OLE color: 2649409.

HSL color Cylindrical-coordinate representation of color #416D28: hue angle of 98.26º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #416D28 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 109 40 -
CMYK 0.40 0 0.63 0.57
HSL 98.26º 0.46% 0.29% -
HSV(B) 98.26º 0.63% 0.43% -
XYZ 8.03 12.21 3.94 -
YUV 87.98 100.92 111.61 -
System Red Green Blue C M Y K H S L
Decimal 65 109 40 0.40 0 0.63 0.57 98.26 0.46 0.29
Hex 41 6D 28 28 0 3F 39 62 2E 1D
Octal 101 155 50 50 0 77 71 142 56 35
Binary 1000001 1101101 101000 101000 0 111111 111001 1100010 101110 11101

Color Harmonies of #416D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416D28

Black with #416D28

Text Example


Text Example

White with #416D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416D28; }

 p { color: rgb(65,109,40); }

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

background-color css

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

 a { background-color: rgb(65,109,40); }

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

border-color css

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

 span { border-color: rgb(65,109,40); }

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