Html Css Color HEX #3B741B Bilbao

📋 copy color: '#3B741B'

red 59 ◦ green 116 ◦ blue 27

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

Shades of Bilbao #3B741B

Tints of Bilbao #3B741B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.37%

R = 29.21%
G = 57.43%
B = 13.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#3B741B (or 0x3B741B) is known color: Bilbao. HEX triplet: 3B, 74 and 1B. RGB value is (59,116,27). Sum of RGB (Red+Green+Blue) = 59+116+27=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #3B741B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B741B is #C48BE4. Grayscale: #595959. Windows color (decimal): -12880869 or 1799227. OLE color: 1799227.

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

Color convert

RGB 59 116 27 -
CMYK 0.49 0 0.77 0.55
HSL 98.43º 0.62% 0.28% -
HSV(B) 98.43º 0.77% 0.45% -
XYZ 8.25 13.5 3.21 -
YUV 88.81 93.12 106.74 -
System Red Green Blue C M Y K H S L
Decimal 59 116 27 0.49 0 0.77 0.55 98.43 0.62 0.28
Hex 3B 74 1B 31 0 4D 37 62 3E 1C
Octal 73 164 33 61 0 115 67 142 76 34
Binary 111011 1110100 11011 110001 0 1001101 110111 1100010 111110 11100

Color Harmonies of #3B741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B741B

Black with #3B741B

Text Example


Text Example

White with #3B741B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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