#3A6114

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

Shades of Dell #3A6114

Tints of Dell #3A6114

Color information

#3A6114 (or 0x3A6114) is unknown color: approx Dell. HEX triplet: 3A, 61 and 14. RGB value is (58,97,20). Sum of RGB (Red+Green+Blue) = 58+97+20=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6114 is #C59EEB. Grayscale: #4C4C4C. Windows color (decimal): -12951276 or 1335610. OLE color: 1335610.

HSL color Cylindrical-coordinate representation of color #3A6114: hue angle of 90.39º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A6114 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB589720-
CMYK0.4000.790.62
HSL90.39º65.81%22.94%-
HSV(B)90.39º79.38%38.04%-
XYZ6.159.52.17-
YUV76.5696.08114.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.14%
GREEN value IS 97 (38.28% from 255) = 55.43%
BLUE value IS 20 (8.20% from 255) = 11.43%
R=33.14%
G=55.43%
B=11.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897200.4000.790.6290.3965.8122.94
Hex3A61142804F3E5a4217
Octal72141245001177613210227
Binary111010110000110100101000010011111111101011010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A6114; }

 p { color: rgb(58,97,20); }

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

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

 a { background-color: rgb(58,97,20); }

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

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

 span { border-color: rgb(58,97,20); }

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