#415A33

Color #415A33 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #415A33

Tints of Dell #415A33

Color information

#415A33 (or 0x415A33) is unknown color: approx Dell. HEX triplet: 41, 5A and 33. RGB value is (65,90,51). Sum of RGB (Red+Green+Blue) = 65+90+51=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #415A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415A33 is #BEA5CC. Grayscale: #4E4E4E. Windows color (decimal): -12494285 or 3365441. OLE color: 3365441.

HSL color Cylindrical-coordinate representation of color #415A33: hue angle of 98.46º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #415A33 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB659051-
CMYK0.2800.430.65
HSL98.46º27.66%27.65%-
HSV(B)98.46º43.33%35.29%-
XYZ6.438.684.47-
YUV78.08112.72118.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 90 (35.55% from 255) = 43.69%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=31.55%
G=43.69%
B=24.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6590510.2800.430.6598.4627.6627.65
Hex415A331C02B41621c1c
Octal10113263340531011423434
Binary10000011011010110011111000101011100000111000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415A33; }

 p { color: rgb(65,90,51); }

 H1.HeaderClassName
 {
   color: #415A33;
 }
 .AnyTagClassName
 {
   color: #415A33;
 }
</style>
background-color css

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

 a { background-color: rgb(65,90,51); }

 div.DivClassName
 {
   background-color: #415A33;
 }
 .BgClassName
 {
   background-color: #415A33;
 }
</style>
border-color css

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

 span { border-color: rgb(65,90,51); }

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