#356218

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

Shades of Dell #356218

Tints of Dell #356218

Color information

#356218 (or 0x356218) is unknown color: approx Dell. HEX triplet: 35, 62 and 18. RGB value is (53,98,24). Sum of RGB (Red+Green+Blue) = 53+98+24=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 98 (38.67% from 255 or 56% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 98 - color contains mainly: green. Hex color #356218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356218 is #CA9DE7. Grayscale: #4C4C4C. Windows color (decimal): -13278696 or 1598005. OLE color: 1598005.

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

Color convert

RGB539824-
CMYK0.4600.760.62
HSL96.49º60.66%23.92%-
HSV(B)96.49º75.51%38.43%-
XYZ69.562.39-
YUV76.1198.59111.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 98 (38.67% from 255) = 56%
BLUE value IS 24 (9.77% from 255) = 13.71%
R=30.29%
G=56%
B=13.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398240.4600.760.6296.4960.6623.92
Hex3562182E04C3E603d18
Octal6514230560114761407530
Binary11010111000101100010111001001100111110110000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356218; }

 p { color: rgb(53,98,24); }

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

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

 a { background-color: rgb(53,98,24); }

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

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

 span { border-color: rgb(53,98,24); }

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