#3F6221

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

Shades of Dell #3F6221

Tints of Dell #3F6221

Color information

#3F6221 (or 0x3F6221) is unknown color: approx Dell. HEX triplet: 3F, 62 and 21. RGB value is (63,98,33). Sum of RGB (Red+Green+Blue) = 63+98+33=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6221 is #C09DDE. Grayscale: #505050. Windows color (decimal): -12623327 or 2187839. OLE color: 2187839.

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

Color convert

RGB639833-
CMYK0.3600.660.62
HSL92.31º49.62%25.69%-
HSV(B)92.31º66.33%38.43%-
XYZ6.699.93-
YUV80.12101.4115.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.47%
GREEN value IS 98 (38.67% from 255) = 50.52%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=32.47%
G=50.52%
B=17.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6398330.3600.660.6292.3149.6225.69
Hex3F6221240423E5c321a
Octal7714241440102761346232
Binary111111110001010000110010001000010111110101110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,98,33); }

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

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

 a { background-color: rgb(63,98,33); }

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

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

 span { border-color: rgb(63,98,33); }

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