#3F6D24

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

Shades of Dell #3F6D24

Tints of Dell #3F6D24

Color information

#3F6D24 (or 0x3F6D24) is unknown color: approx Dell. HEX triplet: 3F, 6D and 24. RGB value is (63,109,36). Sum of RGB (Red+Green+Blue) = 63+109+36=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 109 (42.97% from 255 or 52.40% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 109 - color contains mainly: green. Hex color #3F6D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6D24 is #C092DB. Grayscale: #575757. Windows color (decimal): -12620508 or 2387263. OLE color: 2387263.

HSL color Cylindrical-coordinate representation of color #3F6D24: hue angle of 97.81º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F6D24 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB6310936-
CMYK0.4200.670.57
HSL97.81º50.34%28.43%-
HSV(B)97.81º66.97%42.75%-
XYZ7.8412.123.6-
YUV86.9299.26110.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.29%
GREEN value IS 109 (42.97% from 255) = 52.40%
BLUE value IS 36 (14.45% from 255) = 17.31%
R=30.29%
G=52.40%
B=17.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63109360.4200.670.5797.8150.3428.43
Hex3F6D242A0433962321c
Octal7715544520103711426234
Binary111111110110110010010101001000011111001110001011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,109,36); }

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

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

 a { background-color: rgb(63,109,36); }

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

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

 span { border-color: rgb(63,109,36); }

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