Html Css Color HEX #4D5533 Kelp

📋 copy color: '#4D5533'

red 77 ◦ green 85 ◦ blue 51

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

Shades of Kelp #4D5533

Tints of Kelp #4D5533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.94%

R = 36.15%
G = 39.91%
B = 23.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#4D5533 (or 0x4D5533) is known color: Kelp. HEX triplet: 4D, 55 and 33. RGB value is (77,85,51). Sum of RGB (Red+Green+Blue) = 77+85+51=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5533 is #B2AACC. Grayscale: #4E4E4E. Windows color (decimal): -11709133 or 3364173. OLE color: 3364173.

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

Color convert

RGB 77 85 51 -
CMYK 0.09 0 0.40 0.67
HSL 74.12º 0.25% 0.27% -
HSV(B) 74.12º 0.4% 0.33% -
XYZ 6.91 8.31 4.37 -
YUV 78.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 77 85 51 0.09 0 0.40 0.67 74.12 0.25 0.27
Hex 4D 55 33 9 0 28 43 4A 19 1B
Octal 115 125 63 11 0 50 103 112 31 33
Binary 1001101 1010101 110011 1001 0 101000 1000011 1001010 11001 11011

Color Harmonies of #4D5533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5533

Black with #4D5533

Text Example


Text Example

White with #4D5533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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