#346313

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

Shades of Dell #346313

Tints of Dell #346313

Color information

#346313 (or 0x346313) is unknown color: approx Dell. HEX triplet: 34, 63 and 13. RGB value is (52,99,19). Sum of RGB (Red+Green+Blue) = 52+99+19=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #346313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346313 is #CB9CEC. Grayscale: #4C4C4C. Windows color (decimal): -13343981 or 1270580. OLE color: 1270580.

HSL color Cylindrical-coordinate representation of color #346313: hue angle of 95.25º 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 #346313 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB529919-
CMYK0.4700.810.61
HSL95.25º67.8%23.14%-
HSV(B)95.25º80.81%38.82%-
XYZ69.72.17-
YUV75.8395.93111-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 99 (39.06% from 255) = 58.24%
BLUE value IS 19 (7.81% from 255) = 11.18%
R=30.59%
G=58.24%
B=11.18%

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
Decimal5299190.4700.810.6195.2567.823.14
Hex3463132F0513D5f4417
Octal64143235701217513710427
Binary110100110001110011101111010100011111011011111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346313; }

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

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

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

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

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

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

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

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