#346314

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

Shades of Dell #346314

Tints of Dell #346314

Color information

#346314 (or 0x346314) is unknown color: approx Dell. HEX triplet: 34, 63 and 14. RGB value is (52,99,20). Sum of RGB (Red+Green+Blue) = 52+99+20=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #346314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346314 is #CB9CEB. Grayscale: #4C4C4C. Windows color (decimal): -13343980 or 1336116. OLE color: 1336116.

HSL color Cylindrical-coordinate representation of color #346314: hue angle of 95.7º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #346314 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB529920-
CMYK0.4700.800.61
HSL95.7º66.39%23.33%-
HSV(B)95.7º79.8%38.82%-
XYZ69.72.22-
YUV75.9496.43110.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 99 (39.06% from 255) = 57.89%
BLUE value IS 20 (8.20% from 255) = 11.70%
R=30.41%
G=57.89%
B=11.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5299200.4700.800.6195.766.3923.33
Hex3463142F0503D604217
Octal64143245701207514010227
Binary110100110001110100101111010100001111011100000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346314; }

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

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

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

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

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

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

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

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