Html Css Color HEX #4F5044 Kelp

📋 copy color: '#4F5044'

red 79 ◦ green 80 ◦ blue 68

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

Shades of Kelp #4F5044

Tints of Kelp #4F5044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

 BLUE value IS 68 (26.95% from 255) = 29.96%

R = 34.8%
G = 35.24%
B = 29.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#4F5044 (or 0x4F5044) is known color: Kelp. HEX triplet: 4F, 50 and 44. RGB value is (79,80,68). Sum of RGB (Red+Green+Blue) = 79+80+68=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 80 - color contains mainly: green. Hex color #4F5044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5044 is #B0AFBB. Grayscale: #4E4E4E. Windows color (decimal): -11579324 or 4477007. OLE color: 4477007.

HSL color Cylindrical-coordinate representation of color #4F5044: hue angle of 65º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4F5044 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 80 68 -
CMYK 0.01 0 0.15 0.69
HSL 65º 0.08% 0.29% -
HSV(B) 65º 0.15% 0.31% -
XYZ 7.14 7.82 6.6 -
YUV 78.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 79 80 68 0.01 0 0.15 0.69 65 0.08 0.29
Hex 4F 50 44 1 0 F 45 41 8 1D
Octal 117 120 104 1 0 17 105 101 10 35
Binary 1001111 1010000 1000100 1 0 1111 1000101 1000001 1000 11101

Color Harmonies of #4F5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5044

Black with #4F5044

Text Example


Text Example

White with #4F5044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,80,68); }

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

background-color css

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

 a { background-color: rgb(79,80,68); }

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

border-color css

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

 span { border-color: rgb(79,80,68); }

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