Html Css Color HEX #3F770E Bilbao

📋 copy color: '#3F770E'

red 63 ◦ green 119 ◦ blue 14

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

Shades of Bilbao #3F770E

Tints of Bilbao #3F770E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.14%

R = 32.14%
G = 60.71%
B = 7.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#3F770E (or 0x3F770E) is known color: Bilbao. HEX triplet: 3F, 77 and 0E. RGB value is (63,119,14). Sum of RGB (Red+Green+Blue) = 63+119+14=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #3F770E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F770E is #C088F1. Grayscale: #5A5A5A. Windows color (decimal): -12617970 or 948031. OLE color: 948031.

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

Color convert

RGB 63 119 14 -
CMYK 0.47 0 0.88 0.53
HSL 92º 0.79% 0.26% -
HSV(B) 92º 0.88% 0.47% -
XYZ 8.73 14.28 2.71 -
YUV 90.29 84.95 108.54 -
System Red Green Blue C M Y K H S L
Decimal 63 119 14 0.47 0 0.88 0.53 92 0.79 0.26
Hex 3F 77 E 2F 0 58 35 5C 4F 1A
Octal 77 167 16 57 0 130 65 134 117 32
Binary 111111 1110111 1110 101111 0 1011000 110101 1011100 1001111 11010

Color Harmonies of #3F770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F770E

Black with #3F770E

Text Example


Text Example

White with #3F770E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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