#356413

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

Shades of Dell #356413

Tints of Dell #356413

Color information

#356413 (or 0x356413) is unknown color: approx Dell. HEX triplet: 35, 64 and 13. RGB value is (53,100,19). Sum of RGB (Red+Green+Blue) = 53+100+19=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #356413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356413 is #CA9BEC. Grayscale: #4C4C4C. Windows color (decimal): -13278189 or 1270837. OLE color: 1270837.

HSL color Cylindrical-coordinate representation of color #356413: hue angle of 94.81º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #356413 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB5310019-
CMYK0.4700.810.61
HSL94.81º68.07%23.33%-
HSV(B)94.81º81%39.22%-
XYZ6.149.922.21-
YUV76.7195.43111.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 100 (39.45% from 255) = 58.14%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=30.81%
G=58.14%
B=11.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53100190.4700.810.6194.8168.0723.33
Hex3564132F0513D5f4417
Octal65144235701217513710427
Binary110101110010010011101111010100011111011011111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356413; }

 p { color: rgb(53,100,19); }

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

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

 a { background-color: rgb(53,100,19); }

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

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

 span { border-color: rgb(53,100,19); }

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