Html Css Color HEX #3B710F Bilbao

📋 copy color: '#3B710F'

red 59 ◦ green 113 ◦ blue 15

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

Shades of Bilbao #3B710F

Tints of Bilbao #3B710F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.02%

R = 31.55%
G = 60.43%
B = 8.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#3B710F (or 0x3B710F) is known color: Bilbao. HEX triplet: 3B, 71 and 0F. RGB value is (59,113,15). Sum of RGB (Red+Green+Blue) = 59+113+15=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #3B710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B710F is #C48EF0. Grayscale: #565656. Windows color (decimal): -12881649 or 1012027. OLE color: 1012027.

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

Color convert

RGB 59 113 15 -
CMYK 0.48 0 0.87 0.56
HSL 93.06º 0.77% 0.25% -
HSV(B) 93.06º 0.87% 0.44% -
XYZ 7.79 12.77 2.51 -
YUV 85.68 88.11 108.97 -
System Red Green Blue C M Y K H S L
Decimal 59 113 15 0.48 0 0.87 0.56 93.06 0.77 0.25
Hex 3B 71 F 30 0 57 38 5D 4D 19
Octal 73 161 17 60 0 127 70 135 115 31
Binary 111011 1110001 1111 110000 0 1010111 111000 1011101 1001101 11001

Color Harmonies of #3B710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B710F

Black with #3B710F

Text Example


Text Example

White with #3B710F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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