Html Css Color HEX #3F760F Bilbao

📋 copy color: '#3F760F'

red 63 ◦ green 118 ◦ blue 15

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

Shades of Bilbao #3F760F

Tints of Bilbao #3F760F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 60.2%

 BLUE value IS 15 (6.25% from 255) = 7.65%

R = 32.14%
G = 60.2%
B = 7.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#3F760F (or 0x3F760F) is known color: Bilbao. HEX triplet: 3F, 76 and 0F. RGB value is (63,118,15). Sum of RGB (Red+Green+Blue) = 63+118+15=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #3F760F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F760F is #C089F0. Grayscale: #5A5A5A. Windows color (decimal): -12618225 or 1013311. OLE color: 1013311.

HSL color Cylindrical-coordinate representation of color #3F760F: hue angle of 92.04º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F760F is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 118 15 -
CMYK 0.47 0 0.87 0.54
HSL 92.04º 0.77% 0.26% -
HSV(B) 92.04º 0.87% 0.46% -
XYZ 8.61 14.05 2.71 -
YUV 89.81 85.78 108.88 -
System Red Green Blue C M Y K H S L
Decimal 63 118 15 0.47 0 0.87 0.54 92.04 0.77 0.26
Hex 3F 76 F 2F 0 57 36 5C 4D 1A
Octal 77 166 17 57 0 127 66 134 115 32
Binary 111111 1110110 1111 101111 0 1010111 110110 1011100 1001101 11010

Color Harmonies of #3F760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F760F

Black with #3F760F

Text Example


Text Example

White with #3F760F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,118,15); }

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

background-color css

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

 a { background-color: rgb(63,118,15); }

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

border-color css

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

 span { border-color: rgb(63,118,15); }

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