Html Css Color HEX #4F635F Stromboli

📋 copy color: '#4F635F'

red 79 ◦ green 99 ◦ blue 95

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

Shades of Stromboli #4F635F

Tints of Stromboli #4F635F

RGB

 RED value IS 79 (31.25% from 255) = 28.94%

 GREEN value IS 99 (39.06% from 255) = 36.26%

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

R = 28.94%
G = 36.26%
B = 34.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#4F635F (or 0x4F635F) is known color: Stromboli. HEX triplet: 4F, 63 and 5F. RGB value is (79,99,95). Sum of RGB (Red+Green+Blue) = 79+99+95=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 99 - color contains mainly: green. Hex color #4F635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F635F is #B09CA0. Grayscale: #5C5C5C. Windows color (decimal): -11574433 or 6251343. OLE color: 6251343.

HSL color Cylindrical-coordinate representation of color #4F635F: hue angle of 168º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F635F is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 79 99 95 -
CMYK 0.20 0 0.04 0.61
HSL 168º 0.11% 0.35% -
HSV(B) 168º 0.2% 0.39% -
XYZ 9.75 11.41 12.52 -
YUV 92.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 79 99 95 0.20 0 0.04 0.61 168 0.11 0.35
Hex 4F 63 5F 14 0 4 3D A8 B 23
Octal 117 143 137 24 0 4 75 250 13 43
Binary 1001111 1100011 1011111 10100 0 100 111101 10101000 1011 100011

Color Harmonies of #4F635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F635F

Black with #4F635F

Text Example


Text Example

White with #4F635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F635F; }

 p { color: rgb(79,99,95); }

 H1.HeaderClassName
 {
   color: #4F635F;
 }
 .AnyTagClassName
 {
   color: #4F635F;
 }
</style>

background-color css

<style>
 a { background-color: #4F635F; }

 a { background-color: rgb(79,99,95); }

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

border-color css

<style>
 span { border-color: #4F635F; }

 span { border-color: rgb(79,99,95); }

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