#356314

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

Shades of Dell #356314

Tints of Dell #356314

Color information

#356314 (or 0x356314) is unknown color: approx Dell. HEX triplet: 35, 63 and 14. RGB value is (53,99,20). Sum of RGB (Red+Green+Blue) = 53+99+20=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #356314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356314 is #CA9CEB. Grayscale: #4C4C4C. Windows color (decimal): -13278444 or 1336117. OLE color: 1336117.

HSL color Cylindrical-coordinate representation of color #356314: hue angle of 94.94º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #356314 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB539920-
CMYK0.4600.800.61
HSL94.94º66.39%23.33%-
HSV(B)94.94º79.8%38.82%-
XYZ6.069.732.22-
YUV76.2496.26111.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 99 (39.06% from 255) = 57.56%
BLUE value IS 20 (8.20% from 255) = 11.63%
R=30.81%
G=57.56%
B=11.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399200.4600.800.6194.9466.3923.33
Hex3563142E0503D5f4217
Octal65143245601207513710227
Binary110101110001110100101110010100001111011011111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356314; }

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

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

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

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

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

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

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

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