Html Css Color HEX #276D04 Bilbao

📋 copy color: '#276D04'

red 39 ◦ green 109 ◦ blue 4

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

Shades of Bilbao #276D04

Tints of Bilbao #276D04

RGB

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

 GREEN value IS 109 (42.97% from 255) = 71.71%

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

R = 25.66%
G = 71.71%
B = 2.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#276D04 (or 0x276D04) is known color: Bilbao. HEX triplet: 27, 6D and 04. RGB value is (39,109,4). Sum of RGB (Red+Green+Blue) = 39+109+4=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 109 (42.97% from 255 or 71.71% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 109 - color contains mainly: green. Hex color #276D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276D04 is #D892FB. Grayscale: #4C4C4C. Windows color (decimal): -14193404 or 290087. OLE color: 290087.

HSL color Cylindrical-coordinate representation of color #276D04: hue angle of 100º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #276D04 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 109 4 -
CMYK 0.64 0 0.96 0.57
HSL 100º 0.93% 0.22% -
HSV(B) 100º 0.96% 0.43% -
XYZ 6.33 11.38 1.98 -
YUV 76.1 87.31 101.54 -
System Red Green Blue C M Y K H S L
Decimal 39 109 4 0.64 0 0.96 0.57 100 0.93 0.22
Hex 27 6D 4 40 0 60 39 64 5D 16
Octal 47 155 4 100 0 140 71 144 135 26
Binary 100111 1101101 100 1000000 0 1100000 111001 1100100 1011101 10110

Color Harmonies of #276D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276D04

Black with #276D04

Text Example


Text Example

White with #276D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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