Html Css Color HEX #4D5532 Kelp

📋 copy color: '#4D5532'

red 77 ◦ green 85 ◦ blue 50

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

Shades of Kelp #4D5532

Tints of Kelp #4D5532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.09%

 BLUE value IS 50 (19.92% from 255) = 23.58%

R = 36.32%
G = 40.09%
B = 23.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#4D5532 (or 0x4D5532) is known color: Kelp. HEX triplet: 4D, 55 and 32. RGB value is (77,85,50). Sum of RGB (Red+Green+Blue) = 77+85+50=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5532 is #B2AACD. Grayscale: #4E4E4E. Windows color (decimal): -11709134 or 3298637. OLE color: 3298637.

HSL color Cylindrical-coordinate representation of color #4D5532: hue angle of 73.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D5532 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 85 50 -
CMYK 0.09 0 0.41 0.67
HSL 73.71º 0.26% 0.26% -
HSV(B) 73.71º 0.41% 0.33% -
XYZ 6.88 8.31 4.26 -
YUV 78.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 77 85 50 0.09 0 0.41 0.67 73.71 0.26 0.26
Hex 4D 55 32 9 0 29 43 4A 1A 1A
Octal 115 125 62 11 0 51 103 112 32 32
Binary 1001101 1010101 110010 1001 0 101001 1000011 1001010 11010 11010

Color Harmonies of #4D5532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5532

Black with #4D5532

Text Example


Text Example

White with #4D5532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,85,50); }

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

background-color css

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

 a { background-color: rgb(77,85,50); }

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

border-color css

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

 span { border-color: rgb(77,85,50); }

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