Html Css Color HEX #3F725B Stromboli

📋 copy color: '#3F725B'

red 63 ◦ green 114 ◦ blue 91

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

Shades of Stromboli #3F725B

Tints of Stromboli #3F725B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.96%

R = 23.51%
G = 42.54%
B = 33.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#3F725B (or 0x3F725B) is known color: Stromboli. HEX triplet: 3F, 72 and 5B. RGB value is (63,114,91). Sum of RGB (Red+Green+Blue) = 63+114+91=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #3F725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F725B is #C08DA4. Grayscale: #606060. Windows color (decimal): -12619173 or 5993023. OLE color: 5993023.

HSL color Cylindrical-coordinate representation of color #3F725B: hue angle of 152.94º 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 #3F725B is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 114 91 -
CMYK 0.45 0 0.20 0.55
HSL 152.94º 0.29% 0.35% -
HSV(B) 152.94º 0.45% 0.45% -
XYZ 9.96 13.85 12.05 -
YUV 96.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 63 114 91 0.45 0 0.20 0.55 152.94 0.29 0.35
Hex 3F 72 5B 2D 0 14 37 99 1D 23
Octal 77 162 133 55 0 24 67 231 35 43
Binary 111111 1110010 1011011 101101 0 10100 110111 10011001 11101 100011

Color Harmonies of #3F725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F725B

Black with #3F725B

Text Example


Text Example

White with #3F725B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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