#345D17

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

Shades of Dell #345D17

Tints of Dell #345D17

Color information

#345D17 (or 0x345D17) is unknown color: approx Dell. HEX triplet: 34, 5D and 17. RGB value is (52,93,23). Sum of RGB (Red+Green+Blue) = 52+93+23=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #345D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345D17 is #CBA2E8. Grayscale: #494949. Windows color (decimal): -13345513 or 1531188. OLE color: 1531188.

HSL color Cylindrical-coordinate representation of color #345D17: hue angle of 95.14º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #345D17 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB529323-
CMYK0.4400.750.64
HSL95.14º60.34%22.75%-
HSV(B)95.14º75.27%36.47%-
XYZ5.498.622.19-
YUV72.7699.92113.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 93 (36.72% from 255) = 55.36%
BLUE value IS 23 (9.38% from 255) = 13.69%
R=30.95%
G=55.36%
B=13.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5293230.4400.750.6495.1460.3422.75
Hex345D172C04B405f3c17
Octal64135275401131001377427
Binary110100101110110111101100010010111000000101111111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345D17; }

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

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

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

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

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

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

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

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