Html Css Color HEX #3F725F Stromboli

📋 copy color: '#3F725F'

red 63 ◦ green 114 ◦ blue 95

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

Shades of Stromboli #3F725F

Tints of Stromboli #3F725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.91%

 BLUE value IS 95 (37.5% from 255) = 34.93%

R = 23.16%
G = 41.91%
B = 34.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#3F725F (or 0x3F725F) is known color: Stromboli. HEX triplet: 3F, 72 and 5F. RGB value is (63,114,95). Sum of RGB (Red+Green+Blue) = 63+114+95=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #3F725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F725F is #C08DA0. Grayscale: #606060. Windows color (decimal): -12619169 or 6255167. OLE color: 6255167.

HSL color Cylindrical-coordinate representation of color #3F725F: hue angle of 157.65º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F725F is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 114 95 -
CMYK 0.45 0 0.17 0.55
HSL 157.65º 0.29% 0.35% -
HSV(B) 157.65º 0.45% 0.45% -
XYZ 10.13 13.92 12.98 -
YUV 96.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 63 114 95 0.45 0 0.17 0.55 157.65 0.29 0.35
Hex 3F 72 5F 2D 0 11 37 9E 1D 23
Octal 77 162 137 55 0 21 67 236 35 43
Binary 111111 1110010 1011111 101101 0 10001 110111 10011110 11101 100011

Color Harmonies of #3F725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F725F

Black with #3F725F

Text Example


Text Example

White with #3F725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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