Html Css Color HEX #3F771B Bilbao

📋 copy color: '#3F771B'

red 63 ◦ green 119 ◦ blue 27

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

Shades of Bilbao #3F771B

Tints of Bilbao #3F771B

RGB

 RED value IS 63 (25% from 255) = 30.14%

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

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

R = 30.14%
G = 56.94%
B = 12.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#3F771B (or 0x3F771B) is known color: Bilbao. HEX triplet: 3F, 77 and 1B. RGB value is (63,119,27). Sum of RGB (Red+Green+Blue) = 63+119+27=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #3F771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F771B is #C088E4. Grayscale: #5C5C5C. Windows color (decimal): -12617957 or 1799999. OLE color: 1799999.

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

Color convert

RGB 63 119 27 -
CMYK 0.47 0 0.77 0.53
HSL 96.52º 0.63% 0.29% -
HSV(B) 96.52º 0.77% 0.47% -
XYZ 8.84 14.33 3.34 -
YUV 91.77 91.45 107.48 -
System Red Green Blue C M Y K H S L
Decimal 63 119 27 0.47 0 0.77 0.53 96.52 0.63 0.29
Hex 3F 77 1B 2F 0 4D 35 61 3F 1D
Octal 77 167 33 57 0 115 65 141 77 35
Binary 111111 1110111 11011 101111 0 1001101 110101 1100001 111111 11101

Color Harmonies of #3F771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F771B

Black with #3F771B

Text Example


Text Example

White with #3F771B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,119,27); }

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

background-color css

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

 a { background-color: rgb(63,119,27); }

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

border-color css

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

 span { border-color: rgb(63,119,27); }

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