Html Css Color HEX #3F740E Bilbao

📋 copy color: '#3F740E'

red 63 ◦ green 116 ◦ blue 14

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

Shades of Bilbao #3F740E

Tints of Bilbao #3F740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 60.1%

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

R = 32.64%
G = 60.1%
B = 7.25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#3F740E (or 0x3F740E) is known color: Bilbao. HEX triplet: 3F, 74 and 0E. RGB value is (63,116,14). Sum of RGB (Red+Green+Blue) = 63+116+14=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #3F740E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F740E is #C08BF1. Grayscale: #585858. Windows color (decimal): -12618738 or 947263. OLE color: 947263.

HSL color Cylindrical-coordinate representation of color #3F740E: hue angle of 91.18º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F740E is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 116 14 -
CMYK 0.46 0 0.88 0.55
HSL 91.18º 0.78% 0.25% -
HSV(B) 91.18º 0.88% 0.45% -
XYZ 8.37 13.58 2.6 -
YUV 88.53 85.94 109.79 -
System Red Green Blue C M Y K H S L
Decimal 63 116 14 0.46 0 0.88 0.55 91.18 0.78 0.25
Hex 3F 74 E 2E 0 58 37 5B 4E 19
Octal 77 164 16 56 0 130 67 133 116 31
Binary 111111 1110100 1110 101110 0 1011000 110111 1011011 1001110 11001

Color Harmonies of #3F740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F740E

Black with #3F740E

Text Example


Text Example

White with #3F740E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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