Html Css Color HEX #3F8715 Bilbao

📋 copy color: '#3F8715'

red 63 ◦ green 135 ◦ blue 21

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

Shades of Bilbao #3F8715

Tints of Bilbao #3F8715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.59%

R = 28.77%
G = 61.64%
B = 9.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#3F8715 (or 0x3F8715) is known color: Bilbao. HEX triplet: 3F, 87 and 15. RGB value is (63,135,21). Sum of RGB (Red+Green+Blue) = 63+135+21=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 135 (53.12% from 255 or 61.64% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8715 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8715 is #C078EA. Grayscale: #646464. Windows color (decimal): -12613867 or 1410879. OLE color: 1410879.

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

Color convert

RGB 63 135 21 -
CMYK 0.53 0 0.84 0.47
HSL 97.89º 0.73% 0.31% -
HSV(B) 97.89º 0.84% 0.53% -
XYZ 10.85 18.44 3.7 -
YUV 100.48 83.15 101.27 -
System Red Green Blue C M Y K H S L
Decimal 63 135 21 0.53 0 0.84 0.47 97.89 0.73 0.31
Hex 3F 87 15 35 0 54 2F 62 49 1F
Octal 77 207 25 65 0 124 57 142 111 37
Binary 111111 10000111 10101 110101 0 1010100 101111 1100010 1001001 11111

Color Harmonies of #3F8715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8715

Black with #3F8715

Text Example


Text Example

White with #3F8715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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