Html Css Color HEX #277013 Bilbao

📋 copy color: '#277013'

red 39 ◦ green 112 ◦ blue 19

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

Shades of Bilbao #277013

Tints of Bilbao #277013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.18%

R = 22.94%
G = 65.88%
B = 11.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#277013 (or 0x277013) is known color: Bilbao. HEX triplet: 27, 70 and 13. RGB value is (39,112,19). Sum of RGB (Red+Green+Blue) = 39+112+19=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 112 (44.14% from 255 or 65.88% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 112 - color contains mainly: green. Hex color #277013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #277013 is #D88FEC. Grayscale: #4F4F4F. Windows color (decimal): -14192621 or 1273895. OLE color: 1273895.

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

Color convert

RGB 39 112 19 -
CMYK 0.65 0 0.83 0.56
HSL 107.1º 0.71% 0.26% -
HSV(B) 107.1º 0.83% 0.44% -
XYZ 6.75 12.07 2.59 -
YUV 79.57 93.82 99.06 -
System Red Green Blue C M Y K H S L
Decimal 39 112 19 0.65 0 0.83 0.56 107.1 0.71 0.26
Hex 27 70 13 41 0 53 38 6B 47 1A
Octal 47 160 23 101 0 123 70 153 107 32
Binary 100111 1110000 10011 1000001 0 1010011 111000 1101011 1000111 11010

Color Harmonies of #277013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277013

Black with #277013

Text Example


Text Example

White with #277013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277013; }

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

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

background-color css

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

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

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

border-color css

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

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

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