Html Css Color HEX #3F710C Bilbao

📋 copy color: '#3F710C'

red 63 ◦ green 113 ◦ blue 12

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

Shades of Bilbao #3F710C

Tints of Bilbao #3F710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.38%

R = 33.51%
G = 60.11%
B = 6.38%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#3F710C (or 0x3F710C) is known color: Bilbao. HEX triplet: 3F, 71 and 0C. RGB value is (63,113,12). Sum of RGB (Red+Green+Blue) = 63+113+12=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #3F710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F710C is #C08EF3. Grayscale: #565656. Windows color (decimal): -12619508 or 815423. OLE color: 815423.

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

Color convert

RGB 63 113 12 -
CMYK 0.44 0 0.89 0.56
HSL 89.7º 0.81% 0.25% -
HSV(B) 89.7º 0.89% 0.44% -
XYZ 8.02 12.89 2.41 -
YUV 86.54 85.94 111.21 -
System Red Green Blue C M Y K H S L
Decimal 63 113 12 0.44 0 0.89 0.56 89.7 0.81 0.25
Hex 3F 71 C 2C 0 59 38 5A 51 19
Octal 77 161 14 54 0 131 70 132 121 31
Binary 111111 1110001 1100 101100 0 1011001 111000 1011010 1010001 11001

Color Harmonies of #3F710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F710C

Black with #3F710C

Text Example


Text Example

White with #3F710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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