Html Css Color HEX #3F711E Bilbao

📋 copy color: '#3F711E'

red 63 ◦ green 113 ◦ blue 30

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

Shades of Bilbao #3F711E

Tints of Bilbao #3F711E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 54.85%

 BLUE value IS 30 (12.11% from 255) = 14.56%

R = 30.58%
G = 54.85%
B = 14.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#3F711E (or 0x3F711E) is known color: Bilbao. HEX triplet: 3F, 71 and 1E. RGB value is (63,113,30). Sum of RGB (Red+Green+Blue) = 63+113+30=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #3F711E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F711E is #C08EE1. Grayscale: #585858. Windows color (decimal): -12619490 or 1995071. OLE color: 1995071.

HSL color Cylindrical-coordinate representation of color #3F711E: hue angle of 96.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F711E is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 113 30 -
CMYK 0.44 0 0.73 0.56
HSL 96.14º 0.58% 0.28% -
HSV(B) 96.14º 0.73% 0.44% -
XYZ 8.19 12.96 3.3 -
YUV 88.59 94.94 109.75 -
System Red Green Blue C M Y K H S L
Decimal 63 113 30 0.44 0 0.73 0.56 96.14 0.58 0.28
Hex 3F 71 1E 2C 0 49 38 60 3A 1C
Octal 77 161 36 54 0 111 70 140 72 34
Binary 111111 1110001 11110 101100 0 1001001 111000 1100000 111010 11100

Color Harmonies of #3F711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F711E

Black with #3F711E

Text Example


Text Example

White with #3F711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,113,30); }

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

background-color css

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

 a { background-color: rgb(63,113,30); }

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

border-color css

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

 span { border-color: rgb(63,113,30); }

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