Html Css Color HEX #3F761E Bilbao

📋 copy color: '#3F761E'

red 63 ◦ green 118 ◦ blue 30

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

Shades of Bilbao #3F761E

Tints of Bilbao #3F761E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.22%

R = 29.86%
G = 55.92%
B = 14.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#3F761E (or 0x3F761E) is known color: Bilbao. HEX triplet: 3F, 76 and 1E. RGB value is (63,118,30). Sum of RGB (Red+Green+Blue) = 63+118+30=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #3F761E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F761E is #C089E1. Grayscale: #5B5B5B. Windows color (decimal): -12618210 or 1996351. OLE color: 1996351.

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

Color convert

RGB 63 118 30 -
CMYK 0.47 0 0.75 0.54
HSL 97.5º 0.59% 0.29% -
HSV(B) 97.5º 0.75% 0.46% -
XYZ 8.76 14.11 3.49 -
YUV 91.52 93.28 107.66 -
System Red Green Blue C M Y K H S L
Decimal 63 118 30 0.47 0 0.75 0.54 97.5 0.59 0.29
Hex 3F 76 1E 2F 0 4B 36 62 3B 1D
Octal 77 166 36 57 0 113 66 142 73 35
Binary 111111 1110110 11110 101111 0 1001011 110110 1100010 111011 11101

Color Harmonies of #3F761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F761E

Black with #3F761E

Text Example


Text Example

White with #3F761E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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