Html Css Color HEX #475142 Cabbage Pont

📋 copy color: '#475142'

red 71 ◦ green 81 ◦ blue 66

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

Shades of Cabbage Pont #475142

Tints of Cabbage Pont #475142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

 BLUE value IS 66 (26.17% from 255) = 30.28%

R = 32.57%
G = 37.16%
B = 30.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#475142 (or 0x475142) is known color: Cabbage Pont. HEX triplet: 47, 51 and 42. RGB value is (71,81,66). Sum of RGB (Red+Green+Blue) = 71+81+66=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 81 - color contains mainly: green. Hex color #475142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475142 is #B8AEBD. Grayscale: #4C4C4C. Windows color (decimal): -12103358 or 4346183. OLE color: 4346183.

HSL color Cylindrical-coordinate representation of color #475142: hue angle of 100º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #475142 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 81 66 -
CMYK 0.12 0 0.19 0.68
HSL 100º 0.1% 0.29% -
HSV(B) 100º 0.19% 0.32% -
XYZ 6.52 7.62 6.28 -
YUV 76.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 71 81 66 0.12 0 0.19 0.68 100 0.1 0.29
Hex 47 51 42 C 0 13 44 64 A 1D
Octal 107 121 102 14 0 23 104 144 12 35
Binary 1000111 1010001 1000010 1100 0 10011 1000100 1100100 1010 11101

Color Harmonies of #475142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475142

Black with #475142

Text Example


Text Example

White with #475142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475142; }

 p { color: rgb(71,81,66); }

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

background-color css

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

 a { background-color: rgb(71,81,66); }

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

border-color css

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

 span { border-color: rgb(71,81,66); }

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