Html Css Color HEX #478601 Bilbao

📋 copy color: '#478601'

red 71 ◦ green 134 ◦ blue 1

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

Shades of Bilbao #478601

Tints of Bilbao #478601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 65.05%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 34.47%
G = 65.05%
B = 0.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#478601 (or 0x478601) is known color: Bilbao. HEX triplet: 47, 86 and 01. RGB value is (71,134,1). Sum of RGB (Red+Green+Blue) = 71+134+1=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 134 (52.73% from 255 or 65.05% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 134 - color contains mainly: green. Hex color #478601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478601 is #B879FE. Grayscale: #646464. Windows color (decimal): -12089855 or 99911. OLE color: 99911.

HSL color Cylindrical-coordinate representation of color #478601: hue angle of 88.42º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #478601 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 134 1 -
CMYK 0.47 0 0.99 0.47
HSL 88.42º 0.99% 0.26% -
HSV(B) 88.42º 0.99% 0.53% -
XYZ 11.13 18.39 2.99 -
YUV 100 72.13 107.31 -
System Red Green Blue C M Y K H S L
Decimal 71 134 1 0.47 0 0.99 0.47 88.42 0.99 0.26
Hex 47 86 1 2F 0 63 2F 58 63 1A
Octal 107 206 1 57 0 143 57 130 143 32
Binary 1000111 10000110 1 101111 0 1100011 101111 1011000 1100011 11010

Color Harmonies of #478601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478601

Black with #478601

Text Example


Text Example

White with #478601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478601; }

 p { color: rgb(71,134,1); }

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

background-color css

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

 a { background-color: rgb(71,134,1); }

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

border-color css

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

 span { border-color: rgb(71,134,1); }

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