Html Css Color HEX #4F534A Cabbage Pont

📋 copy color: '#4F534A'

red 79 ◦ green 83 ◦ blue 74

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

Shades of Cabbage Pont #4F534A

Tints of Cabbage Pont #4F534A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.36%

R = 33.47%
G = 35.17%
B = 31.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#4F534A (or 0x4F534A) is known color: Cabbage Pont. HEX triplet: 4F, 53 and 4A. RGB value is (79,83,74). Sum of RGB (Red+Green+Blue) = 79+83+74=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 83 - color contains mainly: green. Hex color #4F534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F534A is #B0ACB5. Grayscale: #505050. Windows color (decimal): -11578550 or 4870991. OLE color: 4870991.

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

Color convert

RGB 79 83 74 -
CMYK 0.05 0 0.11 0.67
HSL 86.67º 0.06% 0.31% -
HSV(B) 86.67º 0.11% 0.33% -
XYZ 7.55 8.34 7.69 -
YUV 80.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 79 83 74 0.05 0 0.11 0.67 86.67 0.06 0.31
Hex 4F 53 4A 5 0 B 43 57 6 1F
Octal 117 123 112 5 0 13 103 127 6 37
Binary 1001111 1010011 1001010 101 0 1011 1000011 1010111 110 11111

Color Harmonies of #4F534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F534A

Black with #4F534A

Text Example


Text Example

White with #4F534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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