#346018

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

Shades of Dell #346018

Tints of Dell #346018

Color information

#346018 (or 0x346018) is unknown color: approx Dell. HEX triplet: 34, 60 and 18. RGB value is (52,96,24). Sum of RGB (Red+Green+Blue) = 52+96+24=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #346018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346018 is #CB9FE7. Grayscale: #4A4A4A. Windows color (decimal): -13344744 or 1597492. OLE color: 1597492.

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

Color convert

RGB529624-
CMYK0.4600.750.62
HSL96.67º60%23.53%-
HSV(B)96.67º75%37.65%-
XYZ5.769.162.33-
YUV74.6499.42111.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 96 (37.89% from 255) = 55.81%
BLUE value IS 24 (9.77% from 255) = 13.95%
R=30.23%
G=55.81%
B=13.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296240.4600.750.6296.676023.53
Hex3460182E04B3E613c18
Octal6414030560113761417430
Binary11010011000001100010111001001011111110110000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346018; }

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

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

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

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

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

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

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

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