Html Css Color HEX #416528 Dell

📋 copy color: '#416528'

red 65 ◦ green 101 ◦ blue 40

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

Shades of Dell #416528

Tints of Dell #416528

RGB

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

 GREEN value IS 101 (39.84% from 255) = 49.03%

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

R = 31.55%
G = 49.03%
B = 19.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#416528 (or 0x416528) is known color: Dell. HEX triplet: 41, 65 and 28. RGB value is (65,101,40). Sum of RGB (Red+Green+Blue) = 65+101+40=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 101 - color contains mainly: green. Hex color #416528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416528 is #BE9AD7. Grayscale: #535353. Windows color (decimal): -12491480 or 2647361. OLE color: 2647361.

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

Color convert

RGB 65 101 40 -
CMYK 0.36 0 0.60 0.60
HSL 95.41º 0.43% 0.28% -
HSV(B) 95.41º 0.6% 0.4% -
XYZ 7.22 10.58 3.67 -
YUV 83.28 103.57 114.96 -
System Red Green Blue C M Y K H S L
Decimal 65 101 40 0.36 0 0.60 0.60 95.41 0.43 0.28
Hex 41 65 28 24 0 3C 3C 5F 2B 1C
Octal 101 145 50 44 0 74 74 137 53 34
Binary 1000001 1100101 101000 100100 0 111100 111100 1011111 101011 11100

Color Harmonies of #416528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416528

Black with #416528

Text Example


Text Example

White with #416528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416528; }

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

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

background-color css

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

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

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

border-color css

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

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

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