Html Css Color HEX #478125 Bilbao

📋 copy color: '#478125'

red 71 ◦ green 129 ◦ blue 37

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

Shades of Bilbao #478125

Tints of Bilbao #478125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.61%

R = 29.96%
G = 54.43%
B = 15.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#478125 (or 0x478125) is known color: Bilbao. HEX triplet: 47, 81 and 25. RGB value is (71,129,37). Sum of RGB (Red+Green+Blue) = 71+129+37=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #478125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478125 is #B87EDA. Grayscale: #656565. Windows color (decimal): -12091099 or 2457927. OLE color: 2457927.

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

Color convert

RGB 71 129 37 -
CMYK 0.45 0 0.71 0.49
HSL 97.83º 0.55% 0.33% -
HSV(B) 97.83º 0.71% 0.51% -
XYZ 10.78 17.17 4.5 -
YUV 101.17 91.78 106.48 -
System Red Green Blue C M Y K H S L
Decimal 71 129 37 0.45 0 0.71 0.49 97.83 0.55 0.33
Hex 47 81 25 2D 0 47 31 62 37 21
Octal 107 201 45 55 0 107 61 142 67 41
Binary 1000111 10000001 100101 101101 0 1000111 110001 1100010 110111 100001

Color Harmonies of #478125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478125

Black with #478125

Text Example


Text Example

White with #478125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478125; }

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

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

background-color css

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

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

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

border-color css

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

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

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