#3F6219

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

Shades of Dell #3F6219

Tints of Dell #3F6219

Color information

#3F6219 (or 0x3F6219) is unknown color: approx Dell. HEX triplet: 3F, 62 and 19. RGB value is (63,98,25). Sum of RGB (Red+Green+Blue) = 63+98+25=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6219 is #C09DE6. Grayscale: #4F4F4F. Windows color (decimal): -12623335 or 1663551. OLE color: 1663551.

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

Color convert

RGB639825-
CMYK0.3600.740.62
HSL88.77º59.35%24.12%-
HSV(B)88.77º74.49%38.43%-
XYZ6.599.862.48-
YUV79.2197.4116.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.87%
GREEN value IS 98 (38.67% from 255) = 52.69%
BLUE value IS 25 (10.16% from 255) = 13.44%
R=33.87%
G=52.69%
B=13.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6398250.3600.740.6288.7759.3524.12
Hex3F62192404A3E593b18
Octal7714231440112761317330
Binary11111111000101100110010001001010111110101100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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