Html Css Color HEX #3F8701 Bilbao

📋 copy color: '#3F8701'

red 63 ◦ green 135 ◦ blue 1

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

Shades of Bilbao #3F8701

Tints of Bilbao #3F8701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 67.84%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 31.66%
G = 67.84%
B = 0.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#3F8701 (or 0x3F8701) is known color: Bilbao. HEX triplet: 3F, 87 and 01. RGB value is (63,135,1). Sum of RGB (Red+Green+Blue) = 63+135+1=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 135 (53.12% from 255 or 67.84% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8701 is #C078FE. Grayscale: #626262. Windows color (decimal): -12613887 or 100159. OLE color: 100159.

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

Color convert

RGB 63 135 1 -
CMYK 0.53 0 0.99 0.47
HSL 92.24º 0.99% 0.27% -
HSV(B) 92.24º 0.99% 0.53% -
XYZ 10.72 18.39 3.01 -
YUV 98.2 73.15 102.9 -
System Red Green Blue C M Y K H S L
Decimal 63 135 1 0.53 0 0.99 0.47 92.24 0.99 0.27
Hex 3F 87 1 35 0 63 2F 5C 63 1B
Octal 77 207 1 65 0 143 57 134 143 33
Binary 111111 10000111 1 110101 0 1100011 101111 1011100 1100011 11011

Color Harmonies of #3F8701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8701

Black with #3F8701

Text Example


Text Example

White with #3F8701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,135,1); }

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

background-color css

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

 a { background-color: rgb(63,135,1); }

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

border-color css

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

 span { border-color: rgb(63,135,1); }

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