#356319

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

Shades of Dell #356319

Tints of Dell #356319

Color information

#356319 (or 0x356319) is unknown color: approx Dell. HEX triplet: 35, 63 and 19. RGB value is (53,99,25). Sum of RGB (Red+Green+Blue) = 53+99+25=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #356319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356319 is #CA9CE6. Grayscale: #4D4D4D. Windows color (decimal): -13278439 or 1663797. OLE color: 1663797.

HSL color Cylindrical-coordinate representation of color #356319: hue angle of 97.3º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #356319 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB539925-
CMYK0.4600.750.61
HSL97.3º59.68%24.31%-
HSV(B)97.3º74.75%38.82%-
XYZ6.119.752.48-
YUV76.8198.76111.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 99 (39.06% from 255) = 55.93%
BLUE value IS 25 (10.16% from 255) = 14.12%
R=29.94%
G=55.93%
B=14.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399250.4600.750.6197.359.6824.31
Hex3563192E04B3D613c18
Octal6514331560113751417430
Binary11010111000111100110111001001011111101110000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356319; }

 p { color: rgb(53,99,25); }

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

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

 a { background-color: rgb(53,99,25); }

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

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

 span { border-color: rgb(53,99,25); }

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