#346013

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

Shades of Dell #346013

Tints of Dell #346013

Color information

#346013 (or 0x346013) is unknown color: approx Dell. HEX triplet: 34, 60 and 13. RGB value is (52,96,19). Sum of RGB (Red+Green+Blue) = 52+96+19=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #346013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346013 is #CB9FEC. Grayscale: #4A4A4A. Windows color (decimal): -13344749 or 1269812. OLE color: 1269812.

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

Color convert

RGB529619-
CMYK0.4600.800.62
HSL94.29º66.96%22.55%-
HSV(B)94.29º80.21%37.65%-
XYZ5.729.142.08-
YUV74.0796.92112.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 96 (37.89% from 255) = 57.49%
BLUE value IS 19 (7.81% from 255) = 11.38%
R=31.14%
G=57.49%
B=11.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296190.4600.800.6294.2966.9622.55
Hex3460132E0503E5e4317
Octal64140235601207613610327
Binary110100110000010011101110010100001111101011110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346013; }

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

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

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

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

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

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

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

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