#34640D

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

Shades of Dell #34640D

Tints of Dell #34640D

Color information

#34640D (or 0x34640D) is unknown color: approx Dell. HEX triplet: 34, 64 and 0D. RGB value is (52,100,13). Sum of RGB (Red+Green+Blue) = 52+100+13=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 100 (39.45% from 255 or 60.61% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 100 - color contains mainly: green. Hex color #34640D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34640D is #CB9BF2. Grayscale: #4C4C4C. Windows color (decimal): -13343731 or 877620. OLE color: 877620.

HSL color Cylindrical-coordinate representation of color #34640D: hue angle of 93.1º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34640D is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB5210013-
CMYK0.4800.870.61
HSL93.1º76.99%22.16%-
HSV(B)93.1º87%39.22%-
XYZ6.059.871.97-
YUV75.7392.6111.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 100 (39.45% from 255) = 60.61%
BLUE value IS 13 (5.47% from 255) = 7.88%
R=31.52%
G=60.61%
B=7.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52100130.4800.870.6193.176.9922.16
Hex3464D300573D5d4d16
Octal64144156001277513511526
Binary11010011001001101110000010101111111011011101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34640D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34640D; }

 p { color: rgb(52,100,13); }

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

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

 a { background-color: rgb(52,100,13); }

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

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

 span { border-color: rgb(52,100,13); }

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