#3F6225

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

Shades of Dell #3F6225

Tints of Dell #3F6225

Color information

#3F6225 (or 0x3F6225) is unknown color: approx Dell. HEX triplet: 3F, 62 and 25. RGB value is (63,98,37). Sum of RGB (Red+Green+Blue) = 63+98+37=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6225 is #C09DDA. Grayscale: #505050. Windows color (decimal): -12623323 or 2449983. OLE color: 2449983.

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

Color convert

RGB639837-
CMYK0.3600.620.62
HSL94.43º45.19%26.47%-
HSV(B)94.43º62.24%38.43%-
XYZ6.759.933.31-
YUV80.58103.4115.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.82%
GREEN value IS 98 (38.67% from 255) = 49.49%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=31.82%
G=49.49%
B=18.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6398370.3600.620.6294.4345.1926.47
Hex3F62252403E3E5e2d1a
Octal771424544076761365532
Binary11111111000101001011001000111110111110101111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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