#34620F

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

Shades of Dell #34620F

Tints of Dell #34620F

Color information

#34620F (or 0x34620F) is unknown color: approx Dell. HEX triplet: 34, 62 and 0F. RGB value is (52,98,15). Sum of RGB (Red+Green+Blue) = 52+98+15=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #34620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34620F is #CB9DF0. Grayscale: #4B4B4B. Windows color (decimal): -13344241 or 1008180. OLE color: 1008180.

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

Color convert

RGB529815-
CMYK0.4700.850.62
HSL93.25º73.45%22.16%-
HSV(B)93.25º84.69%38.43%-
XYZ5.879.51.98-
YUV74.7894.26111.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 98 (38.67% from 255) = 59.39%
BLUE value IS 15 (6.25% from 255) = 9.09%
R=31.52%
G=59.39%
B=9.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298150.4700.850.6293.2573.4522.16
Hex3462F2F0553E5d4916
Octal64142175701257613511126
Binary11010011000101111101111010101011111101011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34620F; }

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

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

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

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

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

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

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

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