Html Css Color HEX #4F5A42 Cabbage Pont

📋 copy color: '#4F5A42'

red 79 ◦ green 90 ◦ blue 66

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

Shades of Cabbage Pont #4F5A42

Tints of Cabbage Pont #4F5A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.3%

 BLUE value IS 66 (26.17% from 255) = 28.09%

R = 33.62%
G = 38.3%
B = 28.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#4F5A42 (or 0x4F5A42) is known color: Cabbage Pont. HEX triplet: 4F, 5A and 42. RGB value is (79,90,66). Sum of RGB (Red+Green+Blue) = 79+90+66=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5A42 is #B0A5BD. Grayscale: #545454. Windows color (decimal): -11576766 or 4348495. OLE color: 4348495.

HSL color Cylindrical-coordinate representation of color #4F5A42: hue angle of 87.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F5A42 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 90 66 -
CMYK 0.12 0 0.27 0.65
HSL 87.5º 0.15% 0.31% -
HSV(B) 87.5º 0.27% 0.35% -
XYZ 7.86 9.37 6.55 -
YUV 83.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 79 90 66 0.12 0 0.27 0.65 87.5 0.15 0.31
Hex 4F 5A 42 C 0 1B 41 57 F 1F
Octal 117 132 102 14 0 33 101 127 17 37
Binary 1001111 1011010 1000010 1100 0 11011 1000001 1010111 1111 11111

Color Harmonies of #4F5A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5A42

Black with #4F5A42

Text Example


Text Example

White with #4F5A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,90,66); }

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

background-color css

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

 a { background-color: rgb(79,90,66); }

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

border-color css

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

 span { border-color: rgb(79,90,66); }

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