#3F5F23

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

Shades of Dell #3F5F23

Tints of Dell #3F5F23

Color information

#3F5F23 (or 0x3F5F23) is unknown color: approx Dell. HEX triplet: 3F, 5F and 23. RGB value is (63,95,35). Sum of RGB (Red+Green+Blue) = 63+95+35=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #3F5F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5F23 is #C0A0DC. Grayscale: #4E4E4E. Windows color (decimal): -12624093 or 2318143. OLE color: 2318143.

HSL color Cylindrical-coordinate representation of color #3F5F23: hue angle of 92º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F5F23 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB639535-
CMYK0.3400.630.63
HSL92º46.15%25.49%-
HSV(B)92º63.16%37.25%-
XYZ6.459.363.06-
YUV78.59103.4116.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.64%
GREEN value IS 95 (37.5% from 255) = 49.22%
BLUE value IS 35 (14.06% from 255) = 18.13%
R=32.64%
G=49.22%
B=18.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6395350.3400.630.639246.1525.49
Hex3F5F232203F3F5c2e19
Octal771374342077771345631
Binary11111110111111000111000100111111111111101110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,95,35); }

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

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

 a { background-color: rgb(63,95,35); }

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

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

 span { border-color: rgb(63,95,35); }

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