Html Css Color HEX #4F5042 Kelp

📋 copy color: '#4F5042'

red 79 ◦ green 80 ◦ blue 66

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

Shades of Kelp #4F5042

Tints of Kelp #4F5042

RGB

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

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

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

R = 35.11%
G = 35.56%
B = 29.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#4F5042 (or 0x4F5042) is known color: Kelp. HEX triplet: 4F, 50 and 42. RGB value is (79,80,66). Sum of RGB (Red+Green+Blue) = 79+80+66=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 80 - color contains mainly: green. Hex color #4F5042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5042 is #B0AFBD. Grayscale: #4E4E4E. Windows color (decimal): -11579326 or 4345935. OLE color: 4345935.

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

Color convert

RGB 79 80 66 -
CMYK 0.01 0 0.17 0.69
HSL 64.29º 0.1% 0.29% -
HSV(B) 64.29º 0.18% 0.31% -
XYZ 7.08 7.79 6.29 -
YUV 78.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 79 80 66 0.01 0 0.17 0.69 64.29 0.1 0.29
Hex 4F 50 42 1 0 11 45 40 A 1D
Octal 117 120 102 1 0 21 105 100 12 35
Binary 1001111 1010000 1000010 1 0 10001 1000101 1000000 1010 11101

Color Harmonies of #4F5042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5042

Black with #4F5042

Text Example


Text Example

White with #4F5042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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