Html Css Color HEX #3F770D Bilbao

📋 copy color: '#3F770D'

red 63 ◦ green 119 ◦ blue 13

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

Shades of Bilbao #3F770D

Tints of Bilbao #3F770D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.67%

R = 32.31%
G = 61.03%
B = 6.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#3F770D (or 0x3F770D) is known color: Bilbao. HEX triplet: 3F, 77 and 0D. RGB value is (63,119,13). Sum of RGB (Red+Green+Blue) = 63+119+13=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #3F770D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F770D is #C088F2. Grayscale: #5A5A5A. Windows color (decimal): -12617971 or 882495. OLE color: 882495.

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

Color convert

RGB 63 119 13 -
CMYK 0.47 0 0.89 0.53
HSL 91.7º 0.8% 0.26% -
HSV(B) 91.7º 0.89% 0.47% -
XYZ 8.72 14.28 2.68 -
YUV 90.17 84.45 108.62 -
System Red Green Blue C M Y K H S L
Decimal 63 119 13 0.47 0 0.89 0.53 91.7 0.8 0.26
Hex 3F 77 D 2F 0 59 35 5C 50 1A
Octal 77 167 15 57 0 131 65 134 120 32
Binary 111111 1110111 1101 101111 0 1011001 110101 1011100 1010000 11010

Color Harmonies of #3F770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F770D

Black with #3F770D

Text Example


Text Example

White with #3F770D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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