Html Css Color HEX #475342 Cabbage Pont

📋 copy color: '#475342'

red 71 ◦ green 83 ◦ blue 66

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

Shades of Cabbage Pont #475342

Tints of Cabbage Pont #475342

RGB

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

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

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

R = 32.27%
G = 37.73%
B = 30%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#475342 (or 0x475342) is known color: Cabbage Pont. HEX triplet: 47, 53 and 42. RGB value is (71,83,66). Sum of RGB (Red+Green+Blue) = 71+83+66=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #475342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475342 is #B8ACBD. Grayscale: #4D4D4D. Windows color (decimal): -12102846 or 4346695. OLE color: 4346695.

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

Color convert

RGB 71 83 66 -
CMYK 0.14 0 0.20 0.67
HSL 102.35º 0.11% 0.29% -
HSV(B) 102.35º 0.2% 0.33% -
XYZ 6.68 7.92 6.33 -
YUV 77.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 71 83 66 0.14 0 0.20 0.67 102.35 0.11 0.29
Hex 47 53 42 E 0 14 43 66 B 1D
Octal 107 123 102 16 0 24 103 146 13 35
Binary 1000111 1010011 1000010 1110 0 10100 1000011 1100110 1011 11101

Color Harmonies of #475342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475342

Black with #475342

Text Example


Text Example

White with #475342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475342; }

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

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

background-color css

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

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

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

border-color css

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

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

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