#3B6614

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

Shades of Dell #3B6614

Tints of Dell #3B6614

Color information

#3B6614 (or 0x3B6614) is unknown color: approx Dell. HEX triplet: 3B, 66 and 14. RGB value is (59,102,20). Sum of RGB (Red+Green+Blue) = 59+102+20=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #3B6614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6614 is #C499EB. Grayscale: #505050. Windows color (decimal): -12884460 or 1336891. OLE color: 1336891.

HSL color Cylindrical-coordinate representation of color #3B6614: hue angle of 91.46º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B6614 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB5910220-
CMYK0.4200.800.6
HSL91.46º67.21%23.92%-
HSV(B)91.46º80.39%40%-
XYZ6.6810.482.33-
YUV79.7994.25113.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.60%
GREEN value IS 102 (40.23% from 255) = 56.35%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=32.60%
G=56.35%
B=11.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal59102200.4200.800.691.4667.2123.92
Hex3B66142A0503C5b4318
Octal73146245201207413310330
Binary111011110011010100101010010100001111001011011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,102,20); }

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

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

 a { background-color: rgb(59,102,20); }

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

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

 span { border-color: rgb(59,102,20); }

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