#346316

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

Shades of Dell #346316

Tints of Dell #346316

Color information

#346316 (or 0x346316) is unknown color: approx Dell. HEX triplet: 34, 63 and 16. RGB value is (52,99,22). Sum of RGB (Red+Green+Blue) = 52+99+22=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #346316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346316 is #CB9CE9. Grayscale: #4C4C4C. Windows color (decimal): -13343978 or 1467188. OLE color: 1467188.

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

Color convert

RGB529922-
CMYK0.4700.780.61
HSL96.62º63.64%23.73%-
HSV(B)96.62º77.78%38.82%-
XYZ6.029.712.32-
YUV76.1797.43110.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.06%
GREEN value IS 99 (39.06% from 255) = 57.23%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=30.06%
G=57.23%
B=12.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5299220.4700.780.6196.6263.6423.73
Hex3463162F04E3D614018
Octal64143265701167514110030
Binary110100110001110110101111010011101111011100001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346316; }

 p { color: rgb(52,99,22); }

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

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

 a { background-color: rgb(52,99,22); }

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

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

 span { border-color: rgb(52,99,22); }

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