Html Css Color HEX #296504 Bilbao

📋 copy color: '#296504'

red 41 ◦ green 101 ◦ blue 4

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

Shades of Bilbao #296504

Tints of Bilbao #296504

RGB

 RED value IS 41 (16.41% from 255) = 28.08%

 GREEN value IS 101 (39.84% from 255) = 69.18%

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

R = 28.08%
G = 69.18%
B = 2.74%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#296504 (or 0x296504) is known color: Bilbao. HEX triplet: 29, 65 and 04. RGB value is (41,101,4). Sum of RGB (Red+Green+Blue) = 41+101+4=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 101 (39.84% from 255 or 69.18% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 101 - color contains mainly: green. Hex color #296504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296504 is #D69AFB. Grayscale: #484848. Windows color (decimal): -14064380 or 288041. OLE color: 288041.

HSL color Cylindrical-coordinate representation of color #296504: hue angle of 97.11º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #296504 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 101 4 -
CMYK 0.59 0 0.96 0.60
HSL 97.11º 0.92% 0.21% -
HSV(B) 97.11º 0.96% 0.4% -
XYZ 5.59 9.79 1.71 -
YUV 72 89.62 105.89 -
System Red Green Blue C M Y K H S L
Decimal 41 101 4 0.59 0 0.96 0.60 97.11 0.92 0.21
Hex 29 65 4 3B 0 60 3C 61 5C 15
Octal 51 145 4 73 0 140 74 141 134 25
Binary 101001 1100101 100 111011 0 1100000 111100 1100001 1011100 10101

Color Harmonies of #296504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296504

Black with #296504

Text Example


Text Example

White with #296504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296504; }

 p { color: rgb(41,101,4); }

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

background-color css

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

 a { background-color: rgb(41,101,4); }

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

border-color css

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

 span { border-color: rgb(41,101,4); }

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