Html Css Color HEX #4C503F Kelp

📋 copy color: '#4C503F'

red 76 ◦ green 80 ◦ blue 63

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

Shades of Kelp #4C503F

Tints of Kelp #4C503F

RGB

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

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

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

R = 34.7%
G = 36.53%
B = 28.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#4C503F (or 0x4C503F) is known color: Kelp. HEX triplet: 4C, 50 and 3F. RGB value is (76,80,63). Sum of RGB (Red+Green+Blue) = 76+80+63=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 80 - color contains mainly: green. Hex color #4C503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C503F is #B3AFC0. Grayscale: #4C4C4C. Windows color (decimal): -11775937 or 4149324. OLE color: 4149324.

HSL color Cylindrical-coordinate representation of color #4C503F: hue angle of 74.12º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C503F is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 80 63 -
CMYK 0.05 0 0.21 0.69
HSL 74.12º 0.12% 0.28% -
HSV(B) 74.12º 0.21% 0.31% -
XYZ 6.75 7.63 5.82 -
YUV 76.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 76 80 63 0.05 0 0.21 0.69 74.12 0.12 0.28
Hex 4C 50 3F 5 0 15 45 4A C 1C
Octal 114 120 77 5 0 25 105 112 14 34
Binary 1001100 1010000 111111 101 0 10101 1000101 1001010 1100 11100

Color Harmonies of #4C503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C503F

Black with #4C503F

Text Example


Text Example

White with #4C503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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