#3A6720

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

Shades of Dell #3A6720

Tints of Dell #3A6720

Color information

#3A6720 (or 0x3A6720) is unknown color: approx Dell. HEX triplet: 3A, 67 and 20. RGB value is (58,103,32). Sum of RGB (Red+Green+Blue) = 58+103+32=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #3A6720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6720 is #C598DF. Grayscale: #515151. Windows color (decimal): -12949728 or 2123578. OLE color: 2123578.

HSL color Cylindrical-coordinate representation of color #3A6720: hue angle of 98.03º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A6720 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB5810332-
CMYK0.4400.690.60
HSL98.03º52.59%26.47%-
HSV(B)98.03º68.93%40.39%-
XYZ6.8610.73.07-
YUV81.45100.09111.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.05%
GREEN value IS 103 (40.62% from 255) = 53.37%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=30.05%
G=53.37%
B=16.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal58103320.4400.690.6098.0352.5926.47
Hex3A67202C0453C62351a
Octal7214740540105741426532
Binary111010110011110000010110001000101111100110001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,103,32); }

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

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

 a { background-color: rgb(58,103,32); }

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

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

 span { border-color: rgb(58,103,32); }

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