Html Css Color HEX #4C503A Kelp

📋 copy color: '#4C503A'

red 76 ◦ green 80 ◦ blue 58

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

Shades of Kelp #4C503A

Tints of Kelp #4C503A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.1%

R = 35.51%
G = 37.38%
B = 27.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#4C503A (or 0x4C503A) is known color: Kelp. HEX triplet: 4C, 50 and 3A. RGB value is (76,80,58). Sum of RGB (Red+Green+Blue) = 76+80+58=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #4C503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C503A is #B3AFC5. Grayscale: #4C4C4C. Windows color (decimal): -11775942 or 3821644. OLE color: 3821644.

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

Color convert

RGB 76 80 58 -
CMYK 0.05 0 0.28 0.69
HSL 70.91º 0.16% 0.27% -
HSV(B) 70.91º 0.28% 0.31% -
XYZ 6.61 7.58 5.12 -
YUV 76.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 76 80 58 0.05 0 0.28 0.69 70.91 0.16 0.27
Hex 4C 50 3A 5 0 1C 45 47 10 1B
Octal 114 120 72 5 0 34 105 107 20 33
Binary 1001100 1010000 111010 101 0 11100 1000101 1000111 10000 11011

Color Harmonies of #4C503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C503A

Black with #4C503A

Text Example


Text Example

White with #4C503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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