Html Css Color HEX #3E770E Bilbao

📋 copy color: '#3E770E'

red 62 ◦ green 119 ◦ blue 14

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

Shades of Bilbao #3E770E

Tints of Bilbao #3E770E

RGB

 RED value IS 62 (24.61% from 255) = 31.79%

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

 BLUE value IS 14 (5.86% from 255) = 7.18%

R = 31.79%
G = 61.03%
B = 7.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#3E770E (or 0x3E770E) is known color: Bilbao. HEX triplet: 3E, 77 and 0E. RGB value is (62,119,14). Sum of RGB (Red+Green+Blue) = 62+119+14=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #3E770E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E770E is #C188F1. Grayscale: #5A5A5A. Windows color (decimal): -12683506 or 948030. OLE color: 948030.

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

Color convert

RGB 62 119 14 -
CMYK 0.48 0 0.88 0.53
HSL 92.57º 0.79% 0.26% -
HSV(B) 92.57º 0.88% 0.47% -
XYZ 8.66 14.25 2.71 -
YUV 89.99 85.12 108.04 -
System Red Green Blue C M Y K H S L
Decimal 62 119 14 0.48 0 0.88 0.53 92.57 0.79 0.26
Hex 3E 77 E 30 0 58 35 5D 4F 1A
Octal 76 167 16 60 0 130 65 135 117 32
Binary 111110 1110111 1110 110000 0 1011000 110101 1011101 1001111 11010

Color Harmonies of #3E770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E770E

Black with #3E770E

Text Example


Text Example

White with #3E770E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,119,14); }

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

background-color css

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

 a { background-color: rgb(62,119,14); }

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

border-color css

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

 span { border-color: rgb(62,119,14); }

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