Html Css Color HEX #478261 Como

📋 copy color: '#478261'

red 71 ◦ green 130 ◦ blue 97

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

Shades of Como #478261

Tints of Como #478261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.62%

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

R = 23.83%
G = 43.62%
B = 32.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#478261 (or 0x478261) is known color: Como. HEX triplet: 47, 82 and 61. RGB value is (71,130,97). Sum of RGB (Red+Green+Blue) = 71+130+97=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #478261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478261 is #B87D9E. Grayscale: #6C6C6C. Windows color (decimal): -12090783 or 6390343. OLE color: 6390343.

HSL color Cylindrical-coordinate representation of color #478261: hue angle of 146.44º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478261 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 130 97 -
CMYK 0.45 0 0.25 0.49
HSL 146.44º 0.29% 0.39% -
HSV(B) 146.44º 0.45% 0.51% -
XYZ 12.74 18.17 14.14 -
YUV 108.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 71 130 97 0.45 0 0.25 0.49 146.44 0.29 0.39
Hex 47 82 61 2D 0 19 31 92 1D 27
Octal 107 202 141 55 0 31 61 222 35 47
Binary 1000111 10000010 1100001 101101 0 11001 110001 10010010 11101 100111

Color Harmonies of #478261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478261

Black with #478261

Text Example


Text Example

White with #478261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478261; }

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

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

background-color css

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

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

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

border-color css

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

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

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