Html Css Color HEX #4F5142 Kelp

📋 copy color: '#4F5142'

red 79 ◦ green 81 ◦ blue 66

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

Shades of Kelp #4F5142

Tints of Kelp #4F5142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.84%

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

R = 34.96%
G = 35.84%
B = 29.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#4F5142 (or 0x4F5142) is known color: Kelp. HEX triplet: 4F, 51 and 42. RGB value is (79,81,66). Sum of RGB (Red+Green+Blue) = 79+81+66=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 81 - color contains mainly: green. Hex color #4F5142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5142 is #B0AEBD. Grayscale: #4E4E4E. Windows color (decimal): -11579070 or 4346191. OLE color: 4346191.

HSL color Cylindrical-coordinate representation of color #4F5142: hue angle of 68º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F5142 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 79 81 66 -
CMYK 0.02 0 0.19 0.68
HSL 68º 0.1% 0.29% -
HSV(B) 68º 0.19% 0.32% -
XYZ 7.15 7.94 6.31 -
YUV 78.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 79 81 66 0.02 0 0.19 0.68 68 0.1 0.29
Hex 4F 51 42 2 0 13 44 44 A 1D
Octal 117 121 102 2 0 23 104 104 12 35
Binary 1001111 1010001 1000010 10 0 10011 1000100 1000100 1010 11101

Color Harmonies of #4F5142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5142

Black with #4F5142

Text Example


Text Example

White with #4F5142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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