#3f602d

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

Shades of Dell #3F602D

Tints of Dell #3F602D

Color information

#3F602D (or 0x3F602D) is unknown color: approx Dell. HEX triplet: 3F, 60 and 2D. RGB value is (63,96,45). Sum of RGB (Red+Green+Blue) = 63+96+45=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #3F602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F602D is #C09FD2. Grayscale: #505050. Windows color (decimal): -12623827 or 2973759. OLE color: 2973759.

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

Color convert

RGB639645-
CMYK0.3400.530.62
HSL98.82º36.17%27.65%-
HSV(B)98.82º53.12%37.65%-
XYZ6.719.613.98-
YUV80.32108.07115.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.88%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=30.88%
G=47.06%
B=22.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396450.3400.530.6298.8236.1727.65
Hex3F602D220353E63241c
Octal771405542065761434434
Binary11111111000001011011000100110101111110110001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f602d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,96,45); }

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

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

 a { background-color: rgb(63,96,45); }

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

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

 span { border-color: rgb(63,96,45); }

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