Html Css Color HEX #3F7610 Bilbao

📋 copy color: '#3F7610'

red 63 ◦ green 118 ◦ blue 16

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

Shades of Bilbao #3F7610

Tints of Bilbao #3F7610

RGB

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

 GREEN value IS 118 (46.48% from 255) = 59.9%

 BLUE value IS 16 (6.64% from 255) = 8.12%

R = 31.98%
G = 59.9%
B = 8.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#3F7610 (or 0x3F7610) is known color: Bilbao. HEX triplet: 3F, 76 and 10. RGB value is (63,118,16). Sum of RGB (Red+Green+Blue) = 63+118+16=197 (26% of max value = 765). Red value is 63 (25% from 255 or 31.98% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7610 is #C089EF. Grayscale: #5A5A5A. Windows color (decimal): -12618224 or 1078847. OLE color: 1078847.

HSL color Cylindrical-coordinate representation of color #3F7610: hue angle of 92.35º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F7610 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 118 16 -
CMYK 0.47 0 0.86 0.54
HSL 92.35º 0.76% 0.26% -
HSV(B) 92.35º 0.86% 0.46% -
XYZ 8.62 14.05 2.75 -
YUV 89.93 86.28 108.79 -
System Red Green Blue C M Y K H S L
Decimal 63 118 16 0.47 0 0.86 0.54 92.35 0.76 0.26
Hex 3F 76 10 2F 0 56 36 5C 4C 1A
Octal 77 166 20 57 0 126 66 134 114 32
Binary 111111 1110110 10000 101111 0 1010110 110110 1011100 1001100 11010

Color Harmonies of #3F7610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7610

Black with #3F7610

Text Example


Text Example

White with #3F7610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,118,16); }

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

background-color css

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

 a { background-color: rgb(63,118,16); }

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

border-color css

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

 span { border-color: rgb(63,118,16); }

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