Html Css Color HEX #4F5341 Kelp

📋 copy color: '#4F5341'

red 79 ◦ green 83 ◦ blue 65

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

Shades of Kelp #4F5341

Tints of Kelp #4F5341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.63%

R = 34.8%
G = 36.56%
B = 28.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#4F5341 (or 0x4F5341) is known color: Kelp. HEX triplet: 4F, 53 and 41. RGB value is (79,83,65). Sum of RGB (Red+Green+Blue) = 79+83+65=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5341 is #B0ACBE. Grayscale: #4F4F4F. Windows color (decimal): -11578559 or 4281167. OLE color: 4281167.

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

Color convert

RGB 79 83 65 -
CMYK 0.05 0 0.22 0.67
HSL 73.33º 0.12% 0.29% -
HSV(B) 73.33º 0.22% 0.33% -
XYZ 7.27 8.23 6.21 -
YUV 79.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 79 83 65 0.05 0 0.22 0.67 73.33 0.12 0.29
Hex 4F 53 41 5 0 16 43 49 C 1D
Octal 117 123 101 5 0 26 103 111 14 35
Binary 1001111 1010011 1000001 101 0 10110 1000011 1001001 1100 11101

Color Harmonies of #4F5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5341

Black with #4F5341

Text Example


Text Example

White with #4F5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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