#346012

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

Shades of Dell #346012

Tints of Dell #346012

Color information

#346012 (or 0x346012) is unknown color: approx Dell. HEX triplet: 34, 60 and 12. RGB value is (52,96,18). Sum of RGB (Red+Green+Blue) = 52+96+18=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #346012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346012 is #CB9FED. Grayscale: #4A4A4A. Windows color (decimal): -13344750 or 1204276. OLE color: 1204276.

HSL color Cylindrical-coordinate representation of color #346012: hue angle of 93.85º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #346012 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB529618-
CMYK0.4600.810.62
HSL93.85º68.42%22.35%-
HSV(B)93.85º81.25%37.65%-
XYZ5.719.142.04-
YUV73.9596.42112.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.33%
GREEN value IS 96 (37.89% from 255) = 57.83%
BLUE value IS 18 (7.42% from 255) = 10.84%
R=31.33%
G=57.83%
B=10.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296180.4600.810.6293.8568.4222.35
Hex3460122E0513E5e4416
Octal64140225601217613610426
Binary110100110000010010101110010100011111101011110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346012; }

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

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

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

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

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

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

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

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