Html Css Color HEX #277500 Bilbao

📋 copy color: '#277500'

red 39 ◦ green 117 ◦ blue 0

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

Shades of Bilbao #277500

Tints of Bilbao #277500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 75%

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

R = 25%
G = 75%
B = 0%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#277500 (or 0x277500) is known color: Bilbao. HEX triplet: 27, 75 and 00. RGB value is (39,117,0). Sum of RGB (Red+Green+Blue) = 39+117+0=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 117 (46.09% from 255 or 75% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 117 - color contains mainly: green. Hex color #277500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #277500 is #D88AFF. Grayscale: #505050. Windows color (decimal): -14191360 or 29991. OLE color: 29991.

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

Color convert

RGB 39 117 0 -
CMYK 0.67 0 1 0.54
HSL 100º 1% 0.23% -
HSV(B) 100º 1% 0.46% -
XYZ 7.2 13.15 2.16 -
YUV 80.34 82.66 98.51 -
System Red Green Blue C M Y K H S L
Decimal 39 117 0 0.67 0 1 0.54 100 1 0.23
Hex 27 75 0 43 0 64 36 64 64 17
Octal 47 165 0 103 0 144 66 144 144 27
Binary 100111 1110101 0 1000011 0 1100100 110110 1100100 1100100 10111

Color Harmonies of #277500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277500

Black with #277500

Text Example


Text Example

White with #277500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277500; }

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

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

background-color css

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

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

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

border-color css

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

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

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