Html Css Color HEX #478461 Como

📋 copy color: '#478461'

red 71 ◦ green 132 ◦ blue 97

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

Shades of Como #478461

Tints of Como #478461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.33%

R = 23.67%
G = 44%
B = 32.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#478461 (or 0x478461) is known color: Como. HEX triplet: 47, 84 and 61. RGB value is (71,132,97). Sum of RGB (Red+Green+Blue) = 71+132+97=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #478461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478461 is #B87B9E. Grayscale: #6D6D6D. Windows color (decimal): -12090271 or 6390855. OLE color: 6390855.

HSL color Cylindrical-coordinate representation of color #478461: hue angle of 145.57º 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 #478461 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 132 97 -
CMYK 0.46 0 0.27 0.48
HSL 145.57º 0.3% 0.4% -
HSV(B) 145.57º 0.46% 0.52% -
XYZ 13.01 18.71 14.23 -
YUV 109.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 71 132 97 0.46 0 0.27 0.48 145.57 0.3 0.4
Hex 47 84 61 2E 0 1B 30 92 1E 28
Octal 107 204 141 56 0 33 60 222 36 50
Binary 1000111 10000100 1100001 101110 0 11011 110000 10010010 11110 101000

Color Harmonies of #478461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478461

Black with #478461

Text Example


Text Example

White with #478461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478461; }

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

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

background-color css

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

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

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

border-color css

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

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

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