#346014

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

Shades of Dell #346014

Tints of Dell #346014

Color information

#346014 (or 0x346014) is unknown color: approx Dell. HEX triplet: 34, 60 and 14. RGB value is (52,96,20). Sum of RGB (Red+Green+Blue) = 52+96+20=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #346014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346014 is #CB9FEB. Grayscale: #4A4A4A. Windows color (decimal): -13344748 or 1335348. OLE color: 1335348.

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

Color convert

RGB529620-
CMYK0.4600.790.62
HSL94.74º65.52%22.75%-
HSV(B)94.74º79.17%37.65%-
XYZ5.739.152.13-
YUV74.1897.42112.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 96 (37.89% from 255) = 57.14%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=30.95%
G=57.14%
B=11.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296200.4600.790.6294.7465.5222.75
Hex3460142E04F3E5f4217
Octal64140245601177613710227
Binary110100110000010100101110010011111111101011111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346014; }

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

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

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

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

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

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

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

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