Html Css Color HEX #4F513F Kelp

📋 copy color: '#4F513F'

red 79 ◦ green 81 ◦ blue 63

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

Shades of Kelp #4F513F

Tints of Kelp #4F513F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.25%

R = 35.43%
G = 36.32%
B = 28.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#4F513F (or 0x4F513F) is known color: Kelp. HEX triplet: 4F, 51 and 3F. RGB value is (79,81,63). Sum of RGB (Red+Green+Blue) = 79+81+63=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 81 - color contains mainly: green. Hex color #4F513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F513F is #B0AEC0. Grayscale: #4E4E4E. Windows color (decimal): -11579073 or 4149583. OLE color: 4149583.

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

Color convert

RGB 79 81 63 -
CMYK 0.02 0 0.22 0.68
HSL 66.67º 0.13% 0.28% -
HSV(B) 66.67º 0.22% 0.32% -
XYZ 7.06 7.91 5.86 -
YUV 78.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 79 81 63 0.02 0 0.22 0.68 66.67 0.13 0.28
Hex 4F 51 3F 2 0 16 44 43 C 1C
Octal 117 121 77 2 0 26 104 103 14 34
Binary 1001111 1010001 111111 10 0 10110 1000100 1000011 1100 11100

Color Harmonies of #4F513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F513F

Black with #4F513F

Text Example


Text Example

White with #4F513F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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