Html Css Color HEX #4F503C Kelp

📋 copy color: '#4F503C'

red 79 ◦ green 80 ◦ blue 60

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

Shades of Kelp #4F503C

Tints of Kelp #4F503C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.4%

R = 36.07%
G = 36.53%
B = 27.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#4F503C (or 0x4F503C) is known color: Kelp. HEX triplet: 4F, 50 and 3C. RGB value is (79,80,60). Sum of RGB (Red+Green+Blue) = 79+80+60=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 80 - color contains mainly: green. Hex color #4F503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F503C is #B0AFC3. Grayscale: #4D4D4D. Windows color (decimal): -11579332 or 3952719. OLE color: 3952719.

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

Color convert

RGB 79 80 60 -
CMYK 0.01 0 0.25 0.69
HSL 63º 0.14% 0.27% -
HSV(B) 63º 0.25% 0.31% -
XYZ 6.91 7.73 5.4 -
YUV 77.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 79 80 60 0.01 0 0.25 0.69 63 0.14 0.27
Hex 4F 50 3C 1 0 19 45 3F E 1B
Octal 117 120 74 1 0 31 105 77 16 33
Binary 1001111 1010000 111100 1 0 11001 1000101 111111 1110 11011

Color Harmonies of #4F503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F503C

Black with #4F503C

Text Example


Text Example

White with #4F503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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