#3F6228

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

Shades of Dell #3F6228

Tints of Dell #3F6228

Color information

#3F6228 (or 0x3F6228) is unknown color: approx Dell. HEX triplet: 3F, 62 and 28. RGB value is (63,98,40). Sum of RGB (Red+Green+Blue) = 63+98+40=201 (26% of max value = 765). Red value is 63 (25% from 255 or 31.34% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6228 is #C09DD7. Grayscale: #515151. Windows color (decimal): -12623320 or 2646591. OLE color: 2646591.

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

Color convert

RGB639840-
CMYK0.3600.590.62
HSL96.21º42.03%27.06%-
HSV(B)96.21º59.18%38.43%-
XYZ6.89.953.57-
YUV80.92104.9115.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.34%
GREEN value IS 98 (38.67% from 255) = 48.76%
BLUE value IS 40 (16.02% from 255) = 19.90%
R=31.34%
G=48.76%
B=19.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6398400.3600.590.6296.2142.0327.06
Hex3F62282403B3E602a1b
Octal771425044073761405233
Binary11111111000101010001001000111011111110110000010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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