Html Css Color HEX #3F7700 Bilbao

📋 copy color: '#3F7700'

red 63 ◦ green 119 ◦ blue 0

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

Shades of Bilbao #3F7700

Tints of Bilbao #3F7700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 65.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.62%
G = 65.38%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#3F7700 (or 0x3F7700) is known color: Bilbao. HEX triplet: 3F, 77 and 00. RGB value is (63,119,0). Sum of RGB (Red+Green+Blue) = 63+119+0=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 119 (46.88% from 255 or 65.38% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7700 is #C088FF. Grayscale: #595959. Windows color (decimal): -12617984 or 30527. OLE color: 30527.

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

Color convert

RGB 63 119 0 -
CMYK 0.47 0 1 0.53
HSL 88.24º 1% 0.23% -
HSV(B) 88.24º 1% 0.47% -
XYZ 8.65 14.25 2.29 -
YUV 88.69 77.95 109.68 -
System Red Green Blue C M Y K H S L
Decimal 63 119 0 0.47 0 1 0.53 88.24 1 0.23
Hex 3F 77 0 2F 0 64 35 58 64 17
Octal 77 167 0 57 0 144 65 130 144 27
Binary 111111 1110111 0 101111 0 1100100 110101 1011000 1100100 10111

Color Harmonies of #3F7700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7700

Black with #3F7700

Text Example


Text Example

White with #3F7700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,119,0); }

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

background-color css

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

 a { background-color: rgb(63,119,0); }

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

border-color css

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

 span { border-color: rgb(63,119,0); }

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