Html Css Color HEX #475340 Cabbage Pont

📋 copy color: '#475340'

red 71 ◦ green 83 ◦ blue 64

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

Shades of Cabbage Pont #475340

Tints of Cabbage Pont #475340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.36%

R = 32.57%
G = 38.07%
B = 29.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#475340 (or 0x475340) is known color: Cabbage Pont. HEX triplet: 47, 53 and 40. RGB value is (71,83,64). Sum of RGB (Red+Green+Blue) = 71+83+64=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #475340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475340 is #B8ACBF. Grayscale: #4D4D4D. Windows color (decimal): -12102848 or 4215623. OLE color: 4215623.

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

Color convert

RGB 71 83 64 -
CMYK 0.14 0 0.23 0.67
HSL 97.89º 0.13% 0.29% -
HSV(B) 97.89º 0.23% 0.33% -
XYZ 6.62 7.9 6.03 -
YUV 77.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 71 83 64 0.14 0 0.23 0.67 97.89 0.13 0.29
Hex 47 53 40 E 0 17 43 62 D 1D
Octal 107 123 100 16 0 27 103 142 15 35
Binary 1000111 1010011 1000000 1110 0 10111 1000011 1100010 1101 11101

Color Harmonies of #475340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475340

Black with #475340

Text Example


Text Example

White with #475340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475340; }

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

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

background-color css

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

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

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

border-color css

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

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

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