Html Css Color HEX #47802A Bilbao

📋 copy color: '#47802A'

red 71 ◦ green 128 ◦ blue 42

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

Shades of Bilbao #47802A

Tints of Bilbao #47802A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 53.11%

 BLUE value IS 42 (16.8% from 255) = 17.43%

R = 29.46%
G = 53.11%
B = 17.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#47802A (or 0x47802A) is known color: Bilbao. HEX triplet: 47, 80 and 2A. RGB value is (71,128,42). Sum of RGB (Red+Green+Blue) = 71+128+42=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #47802A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47802A is #B87FD5. Grayscale: #656565. Windows color (decimal): -12091350 or 2785351. OLE color: 2785351.

HSL color Cylindrical-coordinate representation of color #47802A: hue angle of 99.77º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47802A is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 128 42 -
CMYK 0.45 0 0.67 0.50
HSL 99.77º 0.51% 0.33% -
HSV(B) 99.77º 0.67% 0.5% -
XYZ 10.74 16.95 4.9 -
YUV 101.15 94.62 106.49 -
System Red Green Blue C M Y K H S L
Decimal 71 128 42 0.45 0 0.67 0.50 99.77 0.51 0.33
Hex 47 80 2A 2D 0 43 32 64 33 21
Octal 107 200 52 55 0 103 62 144 63 41
Binary 1000111 10000000 101010 101101 0 1000011 110010 1100100 110011 100001

Color Harmonies of #47802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47802A

Black with #47802A

Text Example


Text Example

White with #47802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47802A; }

 p { color: rgb(71,128,42); }

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

background-color css

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

 a { background-color: rgb(71,128,42); }

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

border-color css

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

 span { border-color: rgb(71,128,42); }

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