#3F6724

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

Shades of Dell #3F6724

Tints of Dell #3F6724

Color information

#3F6724 (or 0x3F6724) is unknown color: approx Dell. HEX triplet: 3F, 67 and 24. RGB value is (63,103,36). Sum of RGB (Red+Green+Blue) = 63+103+36=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 103 (40.62% from 255 or 50.99% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6724 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6724 is #C098DB. Grayscale: #535353. Windows color (decimal): -12622044 or 2385727. OLE color: 2385727.

HSL color Cylindrical-coordinate representation of color #3F6724: hue angle of 95.82º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F6724 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB6310336-
CMYK0.3900.650.60
HSL95.82º48.2%27.25%-
HSV(B)95.82º65.05%40.39%-
XYZ7.2210.883.39-
YUV83.4101.25113.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.19%
GREEN value IS 103 (40.62% from 255) = 50.99%
BLUE value IS 36 (14.45% from 255) = 17.82%
R=31.19%
G=50.99%
B=17.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63103360.3900.650.6095.8248.227.25
Hex3F6724270413C60301b
Octal7714744470101741406033
Binary111111110011110010010011101000001111100110000011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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