#3F6C27

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

Shades of Dell #3F6C27

Tints of Dell #3F6C27

Color information

#3F6C27 (or 0x3F6C27) is unknown color: approx Dell. HEX triplet: 3F, 6C and 27. RGB value is (63,108,39). Sum of RGB (Red+Green+Blue) = 63+108+39=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #3F6C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6C27 is #C093D8. Grayscale: #565656. Windows color (decimal): -12620761 or 2583615. OLE color: 2583615.

HSL color Cylindrical-coordinate representation of color #3F6C27: hue angle of 99.13º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F6C27 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB6310839-
CMYK0.4200.640.58
HSL99.13º46.94%28.82%-
HSV(B)99.13º63.89%42.35%-
XYZ7.7811.933.81-
YUV86.68101.09111.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 108 (42.58% from 255) = 51.43%
BLUE value IS 39 (15.62% from 255) = 18.57%
R=30%
G=51.43%
B=18.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63108390.4200.640.5899.1346.9428.82
Hex3F6C272A0403A632f1d
Octal7715447520100721435735
Binary111111110110010011110101001000000111010110001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,108,39); }

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

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

 a { background-color: rgb(63,108,39); }

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

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

 span { border-color: rgb(63,108,39); }

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