Html Css Color HEX #3B711F Bilbao

📋 copy color: '#3B711F'

red 59 ◦ green 113 ◦ blue 31

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

Shades of Bilbao #3B711F

Tints of Bilbao #3B711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.67%

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

R = 29.06%
G = 55.67%
B = 15.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#3B711F (or 0x3B711F) is known color: Bilbao. HEX triplet: 3B, 71 and 1F. RGB value is (59,113,31). Sum of RGB (Red+Green+Blue) = 59+113+31=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #3B711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B711F is #C48EE0. Grayscale: #575757. Windows color (decimal): -12881633 or 2060603. OLE color: 2060603.

HSL color Cylindrical-coordinate representation of color #3B711F: hue angle of 99.51º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B711F is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 113 31 -
CMYK 0.48 0 0.73 0.56
HSL 99.51º 0.57% 0.28% -
HSV(B) 99.51º 0.73% 0.44% -
XYZ 7.96 12.84 3.36 -
YUV 87.51 96.11 107.67 -
System Red Green Blue C M Y K H S L
Decimal 59 113 31 0.48 0 0.73 0.56 99.51 0.57 0.28
Hex 3B 71 1F 30 0 49 38 64 39 1C
Octal 73 161 37 60 0 111 70 144 71 34
Binary 111011 1110001 11111 110000 0 1001001 111000 1100100 111001 11100

Color Harmonies of #3B711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B711F

Black with #3B711F

Text Example


Text Example

White with #3B711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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