Html Css Color HEX #478224 Bilbao

📋 copy color: '#478224'

red 71 ◦ green 130 ◦ blue 36

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

Shades of Bilbao #478224

Tints of Bilbao #478224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.19%

R = 29.96%
G = 54.85%
B = 15.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#478224 (or 0x478224) is known color: Bilbao. HEX triplet: 47, 82 and 24. RGB value is (71,130,36). Sum of RGB (Red+Green+Blue) = 71+130+36=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #478224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478224 is #B87DDB. Grayscale: #656565. Windows color (decimal): -12090844 or 2392647. OLE color: 2392647.

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

Color convert

RGB 71 130 36 -
CMYK 0.45 0 0.72 0.49
HSL 97.66º 0.57% 0.33% -
HSV(B) 97.66º 0.72% 0.51% -
XYZ 10.9 17.43 4.46 -
YUV 101.64 90.95 106.14 -
System Red Green Blue C M Y K H S L
Decimal 71 130 36 0.45 0 0.72 0.49 97.66 0.57 0.33
Hex 47 82 24 2D 0 48 31 62 39 21
Octal 107 202 44 55 0 110 61 142 71 41
Binary 1000111 10000010 100100 101101 0 1001000 110001 1100010 111001 100001

Color Harmonies of #478224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478224

Black with #478224

Text Example


Text Example

White with #478224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478224; }

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

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

background-color css

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

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

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

border-color css

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

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

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