#3F6129

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

Shades of Dell #3F6129

Tints of Dell #3F6129

Color information

#3F6129 (or 0x3F6129) is unknown color: approx Dell. HEX triplet: 3F, 61 and 29. RGB value is (63,97,41). Sum of RGB (Red+Green+Blue) = 63+97+41=201 (26% of max value = 765). Red value is 63 (25% from 255 or 31.34% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6129 is #C09ED6. Grayscale: #505050. Windows color (decimal): -12623575 or 2711871. OLE color: 2711871.

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

Color convert

RGB639741-
CMYK0.3500.580.62
HSL96.43º40.58%27.06%-
HSV(B)96.43º57.73%38.04%-
XYZ6.729.773.63-
YUV80.45105.74115.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.34%
GREEN value IS 97 (38.28% from 255) = 48.26%
BLUE value IS 41 (16.41% from 255) = 20.40%
R=31.34%
G=48.26%
B=20.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397410.3500.580.6296.4340.5827.06
Hex3F61292303A3E60291b
Octal771415143072761405133
Binary11111111000011010011000110111010111110110000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,97,41); }

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

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

 a { background-color: rgb(63,97,41); }

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

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

 span { border-color: rgb(63,97,41); }

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