Html Css Color HEX #478503 Bilbao

📋 copy color: '#478503'

red 71 ◦ green 133 ◦ blue 3

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

Shades of Bilbao #478503

Tints of Bilbao #478503

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.25%

 BLUE value IS 3 (1.56% from 255) = 1.45%

R = 34.3%
G = 64.25%
B = 1.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#478503 (or 0x478503) is known color: Bilbao. HEX triplet: 47, 85 and 03. RGB value is (71,133,3). Sum of RGB (Red+Green+Blue) = 71+133+3=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 133 (52.34% from 255 or 64.25% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 133 - color contains mainly: green. Hex color #478503 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478503 is #B87AFC. Grayscale: #646464. Windows color (decimal): -12090109 or 230727. OLE color: 230727.

HSL color Cylindrical-coordinate representation of color #478503: hue angle of 88.62º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #478503 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 133 3 -
CMYK 0.47 0 0.98 0.48
HSL 88.62º 0.96% 0.27% -
HSV(B) 88.62º 0.98% 0.52% -
XYZ 11 18.12 3 -
YUV 99.64 73.46 107.57 -
System Red Green Blue C M Y K H S L
Decimal 71 133 3 0.47 0 0.98 0.48 88.62 0.96 0.27
Hex 47 85 3 2F 0 62 30 59 60 1B
Octal 107 205 3 57 0 142 60 131 140 33
Binary 1000111 10000101 11 101111 0 1100010 110000 1011001 1100000 11011

Color Harmonies of #478503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478503

Black with #478503

Text Example


Text Example

White with #478503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478503; }

 p { color: rgb(71,133,3); }

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

background-color css

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

 a { background-color: rgb(71,133,3); }

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

border-color css

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

 span { border-color: rgb(71,133,3); }

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