Html Css Color HEX #478465 Como

📋 copy color: '#478465'

red 71 ◦ green 132 ◦ blue 101

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

Shades of Como #478465

Tints of Como #478465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.42%

 BLUE value IS 101 (39.84% from 255) = 33.22%

R = 23.36%
G = 43.42%
B = 33.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#478465 (or 0x478465) is known color: Como. HEX triplet: 47, 84 and 65. RGB value is (71,132,101). Sum of RGB (Red+Green+Blue) = 71+132+101=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #478465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478465 is #B87B9A. Grayscale: #6E6E6E. Windows color (decimal): -12090267 or 6652999. OLE color: 6652999.

HSL color Cylindrical-coordinate representation of color #478465: hue angle of 149.51º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478465 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 132 101 -
CMYK 0.46 0 0.23 0.48
HSL 149.51º 0.3% 0.4% -
HSV(B) 149.51º 0.46% 0.52% -
XYZ 13.2 18.78 15.24 -
YUV 110.23 122.79 100.02 -
System Red Green Blue C M Y K H S L
Decimal 71 132 101 0.46 0 0.23 0.48 149.51 0.3 0.4
Hex 47 84 65 2E 0 17 30 96 1E 28
Octal 107 204 145 56 0 27 60 226 36 50
Binary 1000111 10000100 1100101 101110 0 10111 110000 10010110 11110 101000

Color Harmonies of #478465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478465

Black with #478465

Text Example


Text Example

White with #478465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478465; }

 p { color: rgb(71,132,101); }

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

background-color css

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

 a { background-color: rgb(71,132,101); }

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

border-color css

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

 span { border-color: rgb(71,132,101); }

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