Html Css Color HEX #4D613F Cabbage Pont

📋 copy color: '#4D613F'

red 77 ◦ green 97 ◦ blue 63

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

Shades of Cabbage Pont #4D613F

Tints of Cabbage Pont #4D613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.93%

 BLUE value IS 63 (25% from 255) = 26.58%

R = 32.49%
G = 40.93%
B = 26.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#4D613F (or 0x4D613F) is known color: Cabbage Pont. HEX triplet: 4D, 61 and 3F. RGB value is (77,97,63). Sum of RGB (Red+Green+Blue) = 77+97+63=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #4D613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D613F is #B29EC0. Grayscale: #575757. Windows color (decimal): -11706049 or 4153677. OLE color: 4153677.

HSL color Cylindrical-coordinate representation of color #4D613F: hue angle of 95.29º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D613F is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 97 63 -
CMYK 0.21 0 0.35 0.62
HSL 95.29º 0.21% 0.31% -
HSV(B) 95.29º 0.35% 0.38% -
XYZ 8.23 10.49 6.29 -
YUV 87.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 77 97 63 0.21 0 0.35 0.62 95.29 0.21 0.31
Hex 4D 61 3F 15 0 23 3E 5F 15 1F
Octal 115 141 77 25 0 43 76 137 25 37
Binary 1001101 1100001 111111 10101 0 100011 111110 1011111 10101 11111

Color Harmonies of #4D613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D613F

Black with #4D613F

Text Example


Text Example

White with #4D613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,97,63); }

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

background-color css

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

 a { background-color: rgb(77,97,63); }

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

border-color css

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

 span { border-color: rgb(77,97,63); }

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