Html Css Color HEX #277014 Bilbao

📋 copy color: '#277014'

red 39 ◦ green 112 ◦ blue 20

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

Shades of Bilbao #277014

Tints of Bilbao #277014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 65.5%

 BLUE value IS 20 (8.2% from 255) = 11.7%

R = 22.81%
G = 65.5%
B = 11.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#277014 (or 0x277014) is known color: Bilbao. HEX triplet: 27, 70 and 14. RGB value is (39,112,20). Sum of RGB (Red+Green+Blue) = 39+112+20=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 112 (44.14% from 255 or 65.50% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 112 - color contains mainly: green. Hex color #277014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #277014 is #D88FEB. Grayscale: #4F4F4F. Windows color (decimal): -14192620 or 1339431. OLE color: 1339431.

HSL color Cylindrical-coordinate representation of color #277014: hue angle of 107.61º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #277014 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 112 20 -
CMYK 0.65 0 0.82 0.56
HSL 107.61º 0.7% 0.26% -
HSV(B) 107.61º 0.82% 0.44% -
XYZ 6.76 12.07 2.64 -
YUV 79.69 94.32 98.98 -
System Red Green Blue C M Y K H S L
Decimal 39 112 20 0.65 0 0.82 0.56 107.61 0.7 0.26
Hex 27 70 14 41 0 52 38 6C 46 1A
Octal 47 160 24 101 0 122 70 154 106 32
Binary 100111 1110000 10100 1000001 0 1010010 111000 1101100 1000110 11010

Color Harmonies of #277014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277014

Black with #277014

Text Example


Text Example

White with #277014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277014; }

 p { color: rgb(39,112,20); }

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

background-color css

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

 a { background-color: rgb(39,112,20); }

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

border-color css

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

 span { border-color: rgb(39,112,20); }

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