Html Css Color HEX #3B741F Bilbao

📋 copy color: '#3B741F'

red 59 ◦ green 116 ◦ blue 31

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

Shades of Bilbao #3B741F

Tints of Bilbao #3B741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.31%

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

R = 28.64%
G = 56.31%
B = 15.05%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#3B741F (or 0x3B741F) is known color: Bilbao. HEX triplet: 3B, 74 and 1F. RGB value is (59,116,31). Sum of RGB (Red+Green+Blue) = 59+116+31=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #3B741F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B741F is #C48BE0. Grayscale: #595959. Windows color (decimal): -12880865 or 2061371. OLE color: 2061371.

HSL color Cylindrical-coordinate representation of color #3B741F: hue angle of 100.24º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B741F is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 116 31 -
CMYK 0.49 0 0.73 0.55
HSL 100.24º 0.58% 0.29% -
HSV(B) 100.24º 0.73% 0.45% -
XYZ 8.3 13.52 3.47 -
YUV 89.27 95.12 106.41 -
System Red Green Blue C M Y K H S L
Decimal 59 116 31 0.49 0 0.73 0.55 100.24 0.58 0.29
Hex 3B 74 1F 31 0 49 37 64 3A 1D
Octal 73 164 37 61 0 111 67 144 72 35
Binary 111011 1110100 11111 110001 0 1001001 110111 1100100 111010 11101

Color Harmonies of #3B741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B741F

Black with #3B741F

Text Example


Text Example

White with #3B741F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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