Html Css Color HEX #277401 Bilbao

📋 copy color: '#277401'

red 39 ◦ green 116 ◦ blue 1

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

Shades of Bilbao #277401

Tints of Bilbao #277401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 25%
G = 74.36%
B = 0.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#277401 (or 0x277401) is known color: Bilbao. HEX triplet: 27, 74 and 01. RGB value is (39,116,1). Sum of RGB (Red+Green+Blue) = 39+116+1=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 116 (45.70% from 255 or 74.36% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 116 - color contains mainly: green. Hex color #277401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #277401 is #D88BFE. Grayscale: #505050. Windows color (decimal): -14191615 or 95271. OLE color: 95271.

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

Color convert

RGB 39 116 1 -
CMYK 0.66 0 0.99 0.55
HSL 100.17º 0.98% 0.23% -
HSV(B) 100.17º 0.99% 0.45% -
XYZ 7.09 12.92 2.15 -
YUV 79.87 83.49 98.85 -
System Red Green Blue C M Y K H S L
Decimal 39 116 1 0.66 0 0.99 0.55 100.17 0.98 0.23
Hex 27 74 1 42 0 63 37 64 62 17
Octal 47 164 1 102 0 143 67 144 142 27
Binary 100111 1110100 1 1000010 0 1100011 110111 1100100 1100010 10111

Color Harmonies of #277401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277401

Black with #277401

Text Example


Text Example

White with #277401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277401; }

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

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

background-color css

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

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

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

border-color css

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

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

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