Html Css Color HEX #478120 Bilbao

📋 copy color: '#478120'

red 71 ◦ green 129 ◦ blue 32

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

Shades of Bilbao #478120

Tints of Bilbao #478120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.6%

 BLUE value IS 32 (12.89% from 255) = 13.79%

R = 30.6%
G = 55.6%
B = 13.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#478120 (or 0x478120) is known color: Bilbao. HEX triplet: 47, 81 and 20. RGB value is (71,129,32). Sum of RGB (Red+Green+Blue) = 71+129+32=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #478120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478120 is #B87EDF. Grayscale: #646464. Windows color (decimal): -12091104 or 2130247. OLE color: 2130247.

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

Color convert

RGB 71 129 32 -
CMYK 0.45 0 0.75 0.49
HSL 95.88º 0.6% 0.32% -
HSV(B) 95.88º 0.75% 0.51% -
XYZ 10.71 17.14 4.11 -
YUV 100.6 89.28 106.89 -
System Red Green Blue C M Y K H S L
Decimal 71 129 32 0.45 0 0.75 0.49 95.88 0.6 0.32
Hex 47 81 20 2D 0 4B 31 60 3C 20
Octal 107 201 40 55 0 113 61 140 74 40
Binary 1000111 10000001 100000 101101 0 1001011 110001 1100000 111100 100000

Color Harmonies of #478120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478120

Black with #478120

Text Example


Text Example

White with #478120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478120; }

 p { color: rgb(71,129,32); }

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

background-color css

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

 a { background-color: rgb(71,129,32); }

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

border-color css

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

 span { border-color: rgb(71,129,32); }

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