Html Css Color HEX #478118 Bilbao

📋 copy color: '#478118'

red 71 ◦ green 129 ◦ blue 24

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

Shades of Bilbao #478118

Tints of Bilbao #478118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 31.7%
G = 57.59%
B = 10.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#478118 (or 0x478118) is known color: Bilbao. HEX triplet: 47, 81 and 18. RGB value is (71,129,24). Sum of RGB (Red+Green+Blue) = 71+129+24=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 129 (50.78% from 255 or 57.59% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 129 - color contains mainly: green. Hex color #478118 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478118 is #B87EE7. Grayscale: #646464. Windows color (decimal): -12091112 or 1605959. OLE color: 1605959.

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

Color convert

RGB 71 129 24 -
CMYK 0.45 0 0.81 0.49
HSL 93.14º 0.69% 0.3% -
HSV(B) 93.14º 0.81% 0.51% -
XYZ 10.61 17.11 3.61 -
YUV 99.69 85.28 107.54 -
System Red Green Blue C M Y K H S L
Decimal 71 129 24 0.45 0 0.81 0.49 93.14 0.69 0.3
Hex 47 81 18 2D 0 51 31 5D 45 1E
Octal 107 201 30 55 0 121 61 135 105 36
Binary 1000111 10000001 11000 101101 0 1010001 110001 1011101 1000101 11110

Color Harmonies of #478118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478118

Black with #478118

Text Example


Text Example

White with #478118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478118; }

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

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

background-color css

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

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

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

border-color css

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

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

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