Html Css Color HEX #3B771F Bilbao

📋 copy color: '#3B771F'

red 59 ◦ green 119 ◦ blue 31

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

Shades of Bilbao #3B771F

Tints of Bilbao #3B771F

RGB

 RED value IS 59 (23.44% from 255) = 28.23%

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

 BLUE value IS 31 (12.5% from 255) = 14.83%

R = 28.23%
G = 56.94%
B = 14.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#3B771F (or 0x3B771F) is known color: Bilbao. HEX triplet: 3B, 77 and 1F. RGB value is (59,119,31). Sum of RGB (Red+Green+Blue) = 59+119+31=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #3B771F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B771F is #C488E0. Grayscale: #5B5B5B. Windows color (decimal): -12880097 or 2062139. OLE color: 2062139.

HSL color Cylindrical-coordinate representation of color #3B771F: hue angle of 100.91º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B771F is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 119 31 -
CMYK 0.50 0 0.74 0.53
HSL 100.91º 0.59% 0.29% -
HSV(B) 100.91º 0.74% 0.47% -
XYZ 8.65 14.22 3.59 -
YUV 91.03 94.12 105.16 -
System Red Green Blue C M Y K H S L
Decimal 59 119 31 0.50 0 0.74 0.53 100.91 0.59 0.29
Hex 3B 77 1F 32 0 4A 35 65 3B 1D
Octal 73 167 37 62 0 112 65 145 73 35
Binary 111011 1110111 11111 110010 0 1001010 110101 1100101 111011 11101

Color Harmonies of #3B771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B771F

Black with #3B771F

Text Example


Text Example

White with #3B771F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,119,31); }

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

background-color css

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

 a { background-color: rgb(59,119,31); }

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

border-color css

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

 span { border-color: rgb(59,119,31); }

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