Html Css Color HEX #477F02 Bilbao

📋 copy color: '#477F02'

red 71 ◦ green 127 ◦ blue 2

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

Shades of Bilbao #477F02

Tints of Bilbao #477F02

RGB

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

 GREEN value IS 127 (50% from 255) = 63.5%

 BLUE value IS 2 (1.17% from 255) = 1%

R = 35.5%
G = 63.5%
B = 1%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#477F02 (or 0x477F02) is known color: Bilbao. HEX triplet: 47, 7F and 02. RGB value is (71,127,2). Sum of RGB (Red+Green+Blue) = 71+127+2=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 127 (50% from 255 or 63.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 127 - color contains mainly: green. Hex color #477F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477F02 is #B880FD. Grayscale: #606060. Windows color (decimal): -12091646 or 163655. OLE color: 163655.

HSL color Cylindrical-coordinate representation of color #477F02: hue angle of 86.88º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #477F02 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 127 2 -
CMYK 0.44 0 0.98 0.50
HSL 86.88º 0.97% 0.25% -
HSV(B) 86.88º 0.98% 0.5% -
XYZ 10.2 16.52 2.71 -
YUV 96.01 74.95 110.16 -
System Red Green Blue C M Y K H S L
Decimal 71 127 2 0.44 0 0.98 0.50 86.88 0.97 0.25
Hex 47 7F 2 2C 0 62 32 57 61 19
Octal 107 177 2 54 0 142 62 127 141 31
Binary 1000111 1111111 10 101100 0 1100010 110010 1010111 1100001 11001

Color Harmonies of #477F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F02

Black with #477F02

Text Example


Text Example

White with #477F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477F02; }

 p { color: rgb(71,127,2); }

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

background-color css

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

 a { background-color: rgb(71,127,2); }

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

border-color css

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

 span { border-color: rgb(71,127,2); }

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