Html Css Color HEX #4D5234 Kelp

📋 copy color: '#4D5234'

red 77 ◦ green 82 ◦ blue 52

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

Shades of Kelp #4D5234

Tints of Kelp #4D5234

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.86%

 BLUE value IS 52 (20.7% from 255) = 24.64%

R = 36.49%
G = 38.86%
B = 24.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#4D5234 (or 0x4D5234) is known color: Kelp. HEX triplet: 4D, 52 and 34. RGB value is (77,82,52). Sum of RGB (Red+Green+Blue) = 77+82+52=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #4D5234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5234 is #B2ADCB. Grayscale: #4D4D4D. Windows color (decimal): -11709900 or 3428941. OLE color: 3428941.

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

Color convert

RGB 77 82 52 -
CMYK 0.06 0 0.37 0.68
HSL 70º 0.22% 0.26% -
HSV(B) 70º 0.37% 0.32% -
XYZ 6.7 7.86 4.41 -
YUV 77.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 77 82 52 0.06 0 0.37 0.68 70 0.22 0.26
Hex 4D 52 34 6 0 25 44 46 16 1A
Octal 115 122 64 6 0 45 104 106 26 32
Binary 1001101 1010010 110100 110 0 100101 1000100 1000110 10110 11010

Color Harmonies of #4D5234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5234

Black with #4D5234

Text Example


Text Example

White with #4D5234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,82,52); }

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

background-color css

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

 a { background-color: rgb(77,82,52); }

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

border-color css

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

 span { border-color: rgb(77,82,52); }

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