Html Css Color HEX #3F7601 Bilbao

📋 copy color: '#3F7601'

red 63 ◦ green 118 ◦ blue 1

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

Shades of Bilbao #3F7601

Tints of Bilbao #3F7601

RGB

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

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

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

R = 34.62%
G = 64.84%
B = 0.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#3F7601 (or 0x3F7601) is known color: Bilbao. HEX triplet: 3F, 76 and 01. RGB value is (63,118,1). Sum of RGB (Red+Green+Blue) = 63+118+1=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 118 (46.48% from 255 or 64.84% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7601 is #C089FE. Grayscale: #585858. Windows color (decimal): -12618239 or 95807. OLE color: 95807.

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

Color convert

RGB 63 118 1 -
CMYK 0.47 0 0.99 0.54
HSL 88.21º 0.98% 0.23% -
HSV(B) 88.21º 0.99% 0.46% -
XYZ 8.53 14.02 2.28 -
YUV 88.22 78.78 110.01 -
System Red Green Blue C M Y K H S L
Decimal 63 118 1 0.47 0 0.99 0.54 88.21 0.98 0.23
Hex 3F 76 1 2F 0 63 36 58 62 17
Octal 77 166 1 57 0 143 66 130 142 27
Binary 111111 1110110 1 101111 0 1100011 110110 1011000 1100010 10111

Color Harmonies of #3F7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7601

Black with #3F7601

Text Example


Text Example

White with #3F7601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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