Html Css Color HEX #3A7711 Bilbao

📋 copy color: '#3A7711'

red 58 ◦ green 119 ◦ blue 17

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

Shades of Bilbao #3A7711

Tints of Bilbao #3A7711

RGB

 RED value IS 58 (23.05% from 255) = 29.9%

 GREEN value IS 119 (46.88% from 255) = 61.34%

 BLUE value IS 17 (7.03% from 255) = 8.76%

R = 29.9%
G = 61.34%
B = 8.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#3A7711 (or 0x3A7711) is known color: Bilbao. HEX triplet: 3A, 77 and 11. RGB value is (58,119,17). Sum of RGB (Red+Green+Blue) = 58+119+17=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7711 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7711 is #C588EE. Grayscale: #595959. Windows color (decimal): -12945647 or 1144634. OLE color: 1144634.

HSL color Cylindrical-coordinate representation of color #3A7711: hue angle of 95.88º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A7711 is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 119 17 -
CMYK 0.51 0 0.86 0.53
HSL 95.88º 0.75% 0.27% -
HSV(B) 95.88º 0.86% 0.47% -
XYZ 8.44 14.13 2.81 -
YUV 89.13 87.29 105.79 -
System Red Green Blue C M Y K H S L
Decimal 58 119 17 0.51 0 0.86 0.53 95.88 0.75 0.27
Hex 3A 77 11 33 0 56 35 60 4B 1B
Octal 72 167 21 63 0 126 65 140 113 33
Binary 111010 1110111 10001 110011 0 1010110 110101 1100000 1001011 11011

Color Harmonies of #3A7711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7711

Black with #3A7711

Text Example


Text Example

White with #3A7711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A7711; }

 p { color: rgb(58,119,17); }

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

background-color css

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

 a { background-color: rgb(58,119,17); }

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

border-color css

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

 span { border-color: rgb(58,119,17); }

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