Html Css Color HEX #4D503D Kelp

📋 copy color: '#4D503D'

red 77 ◦ green 80 ◦ blue 61

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

Shades of Kelp #4D503D

Tints of Kelp #4D503D

RGB

 RED value IS 77 (30.47% from 255) = 35.32%

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

 BLUE value IS 61 (24.22% from 255) = 27.98%

R = 35.32%
G = 36.7%
B = 27.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#4D503D (or 0x4D503D) is known color: Kelp. HEX triplet: 4D, 50 and 3D. RGB value is (77,80,61). Sum of RGB (Red+Green+Blue) = 77+80+61=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #4D503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D503D is #B2AFC2. Grayscale: #4D4D4D. Windows color (decimal): -11710403 or 4018253. OLE color: 4018253.

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

Color convert

RGB 77 80 61 -
CMYK 0.04 0 0.24 0.69
HSL 69.47º 0.13% 0.28% -
HSV(B) 69.47º 0.24% 0.31% -
XYZ 6.77 7.65 5.53 -
YUV 76.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 77 80 61 0.04 0 0.24 0.69 69.47 0.13 0.28
Hex 4D 50 3D 4 0 18 45 45 D 1C
Octal 115 120 75 4 0 30 105 105 15 34
Binary 1001101 1010000 111101 100 0 11000 1000101 1000101 1101 11100

Color Harmonies of #4D503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D503D

Black with #4D503D

Text Example


Text Example

White with #4D503D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,80,61); }

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

background-color css

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

 a { background-color: rgb(77,80,61); }

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

border-color css

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

 span { border-color: rgb(77,80,61); }

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