Html Css Color HEX #3F5F25 Dell

📋 copy color: '#3F5F25'

red 63 ◦ green 95 ◦ blue 37

#3F5F25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #3F5F25

Tints of Dell #3F5F25

RGB

 RED value IS 63 (25% from 255) = 32.31%

 GREEN value IS 95 (37.5% from 255) = 48.72%

 BLUE value IS 37 (14.84% from 255) = 18.97%

R = 32.31%
G = 48.72%
B = 18.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#3F5F25 (or 0x3F5F25) is known color: Dell. HEX triplet: 3F, 5F and 25. RGB value is (63,95,37). Sum of RGB (Red+Green+Blue) = 63+95+37=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 95 (37.5% from 255 or 48.72% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 95 - color contains mainly: green. Hex color #3F5F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5F25 is #C0A0DA. Grayscale: #4F4F4F. Windows color (decimal): -12624091 or 2449215. OLE color: 2449215.

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

Color convert

RGB 63 95 37 -
CMYK 0.34 0 0.61 0.63
HSL 93.1º 0.44% 0.26% -
HSV(B) 93.1º 0.61% 0.37% -
XYZ 6.48 9.37 3.22 -
YUV 78.82 104.4 116.72 -
System Red Green Blue C M Y K H S L
Decimal 63 95 37 0.34 0 0.61 0.63 93.1 0.44 0.26
Hex 3F 5F 25 22 0 3D 3F 5D 2C 1A
Octal 77 137 45 42 0 75 77 135 54 32
Binary 111111 1011111 100101 100010 0 111101 111111 1011101 101100 11010

Color Harmonies of #3F5F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5F25

Black with #3F5F25

Text Example


Text Example

White with #3F5F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F5F25;
 }
 .AnyTagClassName
 {
   color: #3F5F25;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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