Html Css Color HEX #277400 Bilbao

📋 copy color: '#277400'

red 39 ◦ green 116 ◦ blue 0

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

Shades of Bilbao #277400

Tints of Bilbao #277400

RGB

 RED value IS 39 (15.63% from 255) = 25.16%

 GREEN value IS 116 (45.7% from 255) = 74.84%

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

R = 25.16%
G = 74.84%
B = 0%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#277400 (or 0x277400) is known color: Bilbao. HEX triplet: 27, 74 and 00. RGB value is (39,116,0). Sum of RGB (Red+Green+Blue) = 39+116+0=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 116 (45.70% from 255 or 74.84% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 116 - color contains mainly: green. Hex color #277400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #277400 is #D88BFF. Grayscale: #505050. Windows color (decimal): -14191616 or 29735. OLE color: 29735.

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

Color convert

RGB 39 116 0 -
CMYK 0.66 0 1 0.55
HSL 99.83º 1% 0.23% -
HSV(B) 99.83º 1% 0.45% -
XYZ 7.08 12.92 2.12 -
YUV 79.75 82.99 98.93 -
System Red Green Blue C M Y K H S L
Decimal 39 116 0 0.66 0 1 0.55 99.83 1 0.23
Hex 27 74 0 42 0 64 37 64 64 17
Octal 47 164 0 102 0 144 67 144 144 27
Binary 100111 1110100 0 1000010 0 1100100 110111 1100100 1100100 10111

Color Harmonies of #277400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277400

Black with #277400

Text Example


Text Example

White with #277400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277400; }

 p { color: rgb(39,116,0); }

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

background-color css

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

 a { background-color: rgb(39,116,0); }

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

border-color css

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

 span { border-color: rgb(39,116,0); }

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