Html Css Color HEX #47533F Cabbage Pont

📋 copy color: '#47533F'

red 71 ◦ green 83 ◦ blue 63

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

Shades of Cabbage Pont #47533F

Tints of Cabbage Pont #47533F

RGB

 RED value IS 71 (28.13% from 255) = 32.72%

 GREEN value IS 83 (32.81% from 255) = 38.25%

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

R = 32.72%
G = 38.25%
B = 29.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#47533F (or 0x47533F) is known color: Cabbage Pont. HEX triplet: 47, 53 and 3F. RGB value is (71,83,63). Sum of RGB (Red+Green+Blue) = 71+83+63=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #47533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47533F is #B8ACC0. Grayscale: #4D4D4D. Windows color (decimal): -12102849 or 4150087. OLE color: 4150087.

HSL color Cylindrical-coordinate representation of color #47533F: hue angle of 96º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47533F is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 83 63 -
CMYK 0.14 0 0.24 0.67
HSL 96º 0.14% 0.29% -
HSV(B) 96º 0.24% 0.33% -
XYZ 6.59 7.88 5.88 -
YUV 77.13 120.02 123.63 -
System Red Green Blue C M Y K H S L
Decimal 71 83 63 0.14 0 0.24 0.67 96 0.14 0.29
Hex 47 53 3F E 0 18 43 60 E 1D
Octal 107 123 77 16 0 30 103 140 16 35
Binary 1000111 1010011 111111 1110 0 11000 1000011 1100000 1110 11101

Color Harmonies of #47533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47533F

Black with #47533F

Text Example


Text Example

White with #47533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47533F; }

 p { color: rgb(71,83,63); }

 H1.HeaderClassName
 {
   color: #47533F;
 }
 .AnyTagClassName
 {
   color: #47533F;
 }
</style>

background-color css

<style>
 a { background-color: #47533F; }

 a { background-color: rgb(71,83,63); }

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

border-color css

<style>
 span { border-color: #47533F; }

 span { border-color: rgb(71,83,63); }

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