Html Css Color HEX #3F770B Bilbao

📋 copy color: '#3F770B'

red 63 ◦ green 119 ◦ blue 11

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

Shades of Bilbao #3F770B

Tints of Bilbao #3F770B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.7%

R = 32.64%
G = 61.66%
B = 5.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#3F770B (or 0x3F770B) is known color: Bilbao. HEX triplet: 3F, 77 and 0B. RGB value is (63,119,11). Sum of RGB (Red+Green+Blue) = 63+119+11=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #3F770B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F770B is #C088F4. Grayscale: #5A5A5A. Windows color (decimal): -12617973 or 751423. OLE color: 751423.

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

Color convert

RGB 63 119 11 -
CMYK 0.47 0 0.91 0.53
HSL 91.11º 0.83% 0.25% -
HSV(B) 91.11º 0.91% 0.47% -
XYZ 8.71 14.27 2.61 -
YUV 89.94 83.45 108.78 -
System Red Green Blue C M Y K H S L
Decimal 63 119 11 0.47 0 0.91 0.53 91.11 0.83 0.25
Hex 3F 77 B 2F 0 5B 35 5B 53 19
Octal 77 167 13 57 0 133 65 133 123 31
Binary 111111 1110111 1011 101111 0 1011011 110101 1011011 1010011 11001

Color Harmonies of #3F770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F770B

Black with #3F770B

Text Example


Text Example

White with #3F770B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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