Html Css Color HEX #477A0C Bilbao

📋 copy color: '#477A0C'

red 71 ◦ green 122 ◦ blue 12

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

Shades of Bilbao #477A0C

Tints of Bilbao #477A0C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 59.51%

 BLUE value IS 12 (5.08% from 255) = 5.85%

R = 34.63%
G = 59.51%
B = 5.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#477A0C (or 0x477A0C) is known color: Bilbao. HEX triplet: 47, 7A and 0C. RGB value is (71,122,12). Sum of RGB (Red+Green+Blue) = 71+122+12=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #477A0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477A0C is #B885F3. Grayscale: #5E5E5E. Windows color (decimal): -12092916 or 817735. OLE color: 817735.

HSL color Cylindrical-coordinate representation of color #477A0C: hue angle of 87.82º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #477A0C is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 122 12 -
CMYK 0.42 0 0.90 0.52
HSL 87.82º 0.82% 0.26% -
HSV(B) 87.82º 0.9% 0.48% -
XYZ 9.62 15.29 2.79 -
YUV 94.21 81.6 111.44 -
System Red Green Blue C M Y K H S L
Decimal 71 122 12 0.42 0 0.90 0.52 87.82 0.82 0.26
Hex 47 7A C 2A 0 5A 34 58 52 1A
Octal 107 172 14 52 0 132 64 130 122 32
Binary 1000111 1111010 1100 101010 0 1011010 110100 1011000 1010010 11010

Color Harmonies of #477A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477A0C

Black with #477A0C

Text Example


Text Example

White with #477A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,122,12); }

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

background-color css

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

 a { background-color: rgb(71,122,12); }

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

border-color css

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

 span { border-color: rgb(71,122,12); }

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