#346217

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

Shades of Dell #346217

Tints of Dell #346217

Color information

#346217 (or 0x346217) is unknown color: approx Dell. HEX triplet: 34, 62 and 17. RGB value is (52,98,23). Sum of RGB (Red+Green+Blue) = 52+98+23=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #346217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346217 is #CB9DE8. Grayscale: #4B4B4B. Windows color (decimal): -13344233 or 1532468. OLE color: 1532468.

HSL color Cylindrical-coordinate representation of color #346217: hue angle of 96.8º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #346217 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB529823-
CMYK0.4700.770.62
HSL96.8º61.98%23.73%-
HSV(B)96.8º76.53%38.43%-
XYZ5.949.532.34-
YUV75.798.26111.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.06%
GREEN value IS 98 (38.67% from 255) = 56.65%
BLUE value IS 23 (9.38% from 255) = 13.29%
R=30.06%
G=56.65%
B=13.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298230.4700.770.6296.861.9823.73
Hex3462172F04D3E613e18
Octal6414227570115761417630
Binary11010011000101011110111101001101111110110000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346217; }

 p { color: rgb(52,98,23); }

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

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

 a { background-color: rgb(52,98,23); }

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

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

 span { border-color: rgb(52,98,23); }

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