#3F6316

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

Shades of Dell #3F6316

Tints of Dell #3F6316

Color information

#3F6316 (or 0x3F6316) is unknown color: approx Dell. HEX triplet: 3F, 63 and 16. RGB value is (63,99,22). Sum of RGB (Red+Green+Blue) = 63+99+22=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #3F6316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6316 is #C09CE9. Grayscale: #4F4F4F. Windows color (decimal): -12623082 or 1467199. OLE color: 1467199.

HSL color Cylindrical-coordinate representation of color #3F6316: hue angle of 88.05º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F6316 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB639922-
CMYK0.3600.780.61
HSL88.05º63.64%23.73%-
HSV(B)88.05º77.78%38.82%-
XYZ6.6610.042.35-
YUV79.4695.57116.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.24%
GREEN value IS 99 (39.06% from 255) = 53.80%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=34.24%
G=53.80%
B=11.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6399220.3600.780.6188.0563.6423.73
Hex3F63162404E3D584018
Octal77143264401167513010030
Binary111111110001110110100100010011101111011011000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,99,22); }

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

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

 a { background-color: rgb(63,99,22); }

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

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

 span { border-color: rgb(63,99,22); }

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