Html Css Color HEX #276601 Bilbao

📋 copy color: '#276601'

red 39 ◦ green 102 ◦ blue 1

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

Shades of Bilbao #276601

Tints of Bilbao #276601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 71.83%

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

R = 27.46%
G = 71.83%
B = 0.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#276601 (or 0x276601) is known color: Bilbao. HEX triplet: 27, 66 and 01. RGB value is (39,102,1). Sum of RGB (Red+Green+Blue) = 39+102+1=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #276601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276601 is #D899FE. Grayscale: #474747. Windows color (decimal): -14195199 or 91687. OLE color: 91687.

HSL color Cylindrical-coordinate representation of color #276601: hue angle of 97.43º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #276601 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB 39 102 1 -
CMYK 0.62 0 0.99 0.6
HSL 97.43º 0.98% 0.2% -
HSV(B) 97.43º 0.99% 0.4% -
XYZ 5.59 9.94 1.65 -
YUV 71.65 88.13 104.71 -
System Red Green Blue C M Y K H S L
Decimal 39 102 1 0.62 0 0.99 0.6 97.43 0.98 0.2
Hex 27 66 1 3E 0 63 3C 61 62 14
Octal 47 146 1 76 0 143 74 141 142 24
Binary 100111 1100110 1 111110 0 1100011 111100 1100001 1100010 10100

Color Harmonies of #276601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276601

Black with #276601

Text Example


Text Example

White with #276601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276601; }

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

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

background-color css

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

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

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

border-color css

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

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

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