Html Css Color HEX #4F534C Cabbage Pont

📋 copy color: '#4F534C'

red 79 ◦ green 83 ◦ blue 76

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

Shades of Cabbage Pont #4F534C

Tints of Cabbage Pont #4F534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.87%

 BLUE value IS 76 (30.08% from 255) = 31.93%

R = 33.19%
G = 34.87%
B = 31.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#4F534C (or 0x4F534C) is known color: Cabbage Pont. HEX triplet: 4F, 53 and 4C. RGB value is (79,83,76). Sum of RGB (Red+Green+Blue) = 79+83+76=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 83 - color contains mainly: green. Hex color #4F534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F534C is #B0ACB3. Grayscale: #515151. Windows color (decimal): -11578548 or 5002063. OLE color: 5002063.

HSL color Cylindrical-coordinate representation of color #4F534C: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4F534C is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 83 76 -
CMYK 0.05 0 0.08 0.67
HSL 94.29º 0.04% 0.31% -
HSV(B) 94.29º 0.08% 0.33% -
XYZ 7.62 8.37 8.05 -
YUV 81.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 79 83 76 0.05 0 0.08 0.67 94.29 0.04 0.31
Hex 4F 53 4C 5 0 8 43 5E 4 1F
Octal 117 123 114 5 0 10 103 136 4 37
Binary 1001111 1010011 1001100 101 0 1000 1000011 1011110 100 11111

Color Harmonies of #4F534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F534C

Black with #4F534C

Text Example


Text Example

White with #4F534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,83,76); }

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

background-color css

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

 a { background-color: rgb(79,83,76); }

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

border-color css

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

 span { border-color: rgb(79,83,76); }

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