Html Css Color HEX #3B771D Bilbao

📋 copy color: '#3B771D'

red 59 ◦ green 119 ◦ blue 29

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

Shades of Bilbao #3B771D

Tints of Bilbao #3B771D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.01%

R = 28.5%
G = 57.49%
B = 14.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#3B771D (or 0x3B771D) is known color: Bilbao. HEX triplet: 3B, 77 and 1D. RGB value is (59,119,29). Sum of RGB (Red+Green+Blue) = 59+119+29=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #3B771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B771D is #C488E2. Grayscale: #5B5B5B. Windows color (decimal): -12880099 or 1931067. OLE color: 1931067.

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

Color convert

RGB 59 119 29 -
CMYK 0.50 0 0.76 0.53
HSL 100º 0.61% 0.29% -
HSV(B) 100º 0.76% 0.47% -
XYZ 8.62 14.21 3.45 -
YUV 90.8 93.12 105.32 -
System Red Green Blue C M Y K H S L
Decimal 59 119 29 0.50 0 0.76 0.53 100 0.61 0.29
Hex 3B 77 1D 32 0 4C 35 64 3D 1D
Octal 73 167 35 62 0 114 65 144 75 35
Binary 111011 1110111 11101 110010 0 1001100 110101 1100100 111101 11101

Color Harmonies of #3B771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B771D

Black with #3B771D

Text Example


Text Example

White with #3B771D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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