Html Css Color HEX #4C4F3F Kelp

📋 copy color: '#4C4F3F'

red 76 ◦ green 79 ◦ blue 63

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

Shades of Kelp #4C4F3F

Tints of Kelp #4C4F3F

RGB

 RED value IS 76 (30.08% from 255) = 34.86%

 GREEN value IS 79 (31.25% from 255) = 36.24%

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

R = 34.86%
G = 36.24%
B = 28.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#4C4F3F (or 0x4C4F3F) is known color: Kelp. HEX triplet: 4C, 4F and 3F. RGB value is (76,79,63). Sum of RGB (Red+Green+Blue) = 76+79+63=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 79 - color contains mainly: green. Hex color #4C4F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4F3F is #B3B0C0. Grayscale: #4C4C4C. Windows color (decimal): -11776193 or 4149068. OLE color: 4149068.

HSL color Cylindrical-coordinate representation of color #4C4F3F: hue angle of 71.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C4F3F is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 79 63 -
CMYK 0.04 0 0.20 0.69
HSL 71.25º 0.11% 0.28% -
HSV(B) 71.25º 0.2% 0.31% -
XYZ 6.67 7.49 5.8 -
YUV 76.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 76 79 63 0.04 0 0.20 0.69 71.25 0.11 0.28
Hex 4C 4F 3F 4 0 14 45 47 B 1C
Octal 114 117 77 4 0 24 105 107 13 34
Binary 1001100 1001111 111111 100 0 10100 1000101 1000111 1011 11100

Color Harmonies of #4C4F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4F3F

Black with #4C4F3F

Text Example


Text Example

White with #4C4F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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