Html Css Color HEX #277004 Bilbao

📋 copy color: '#277004'

red 39 ◦ green 112 ◦ blue 4

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

Shades of Bilbao #277004

Tints of Bilbao #277004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 25.16%
G = 72.26%
B = 2.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#277004 (or 0x277004) is known color: Bilbao. HEX triplet: 27, 70 and 04. RGB value is (39,112,4). Sum of RGB (Red+Green+Blue) = 39+112+4=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 112 (44.14% from 255 or 72.26% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 112 - color contains mainly: green. Hex color #277004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #277004 is #D88FFB. Grayscale: #4E4E4E. Windows color (decimal): -14192636 or 290855. OLE color: 290855.

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

Color convert

RGB 39 112 4 -
CMYK 0.65 0 0.96 0.56
HSL 100.56º 0.93% 0.23% -
HSV(B) 100.56º 0.96% 0.44% -
XYZ 6.65 12.03 2.09 -
YUV 77.86 86.32 100.28 -
System Red Green Blue C M Y K H S L
Decimal 39 112 4 0.65 0 0.96 0.56 100.56 0.93 0.23
Hex 27 70 4 41 0 60 38 65 5D 17
Octal 47 160 4 101 0 140 70 145 135 27
Binary 100111 1110000 100 1000001 0 1100000 111000 1100101 1011101 10111

Color Harmonies of #277004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277004

Black with #277004

Text Example


Text Example

White with #277004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277004; }

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

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

background-color css

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

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

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

border-color css

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

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

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