Html Css Color HEX #478260 Como

📋 copy color: '#478260'

red 71 ◦ green 130 ◦ blue 96

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

Shades of Como #478260

Tints of Como #478260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.32%

R = 23.91%
G = 43.77%
B = 32.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#478260 (or 0x478260) is known color: Como. HEX triplet: 47, 82 and 60. RGB value is (71,130,96). Sum of RGB (Red+Green+Blue) = 71+130+96=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #478260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478260 is #B87D9F. Grayscale: #6C6C6C. Windows color (decimal): -12090784 or 6324807. OLE color: 6324807.

HSL color Cylindrical-coordinate representation of color #478260: hue angle of 145.42º 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 #478260 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 130 96 -
CMYK 0.45 0 0.26 0.49
HSL 145.42º 0.29% 0.39% -
HSV(B) 145.42º 0.45% 0.51% -
XYZ 12.69 18.15 13.9 -
YUV 108.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 71 130 96 0.45 0 0.26 0.49 145.42 0.29 0.39
Hex 47 82 60 2D 0 1A 31 91 1D 27
Octal 107 202 140 55 0 32 61 221 35 47
Binary 1000111 10000010 1100000 101101 0 11010 110001 10010001 11101 100111

Color Harmonies of #478260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478260

Black with #478260

Text Example


Text Example

White with #478260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478260; }

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

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

background-color css

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

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

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

border-color css

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

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

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