Html Css Color HEX #44771B Bilbao

📋 copy color: '#44771B'

red 68 ◦ green 119 ◦ blue 27

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

Shades of Bilbao #44771B

Tints of Bilbao #44771B

RGB

 RED value IS 68 (26.95% from 255) = 31.78%

 GREEN value IS 119 (46.88% from 255) = 55.61%

 BLUE value IS 27 (10.94% from 255) = 12.62%

R = 31.78%
G = 55.61%
B = 12.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#44771B (or 0x44771B) is known color: Bilbao. HEX triplet: 44, 77 and 1B. RGB value is (68,119,27). Sum of RGB (Red+Green+Blue) = 68+119+27=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #44771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44771B is #BB88E4. Grayscale: #5D5D5D. Windows color (decimal): -12290277 or 1800004. OLE color: 1800004.

HSL color Cylindrical-coordinate representation of color #44771B: hue angle of 93.26º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44771B is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 119 27 -
CMYK 0.43 0 0.77 0.53
HSL 93.26º 0.63% 0.29% -
HSV(B) 93.26º 0.77% 0.47% -
XYZ 9.18 14.5 3.35 -
YUV 93.26 90.6 109.98 -
System Red Green Blue C M Y K H S L
Decimal 68 119 27 0.43 0 0.77 0.53 93.26 0.63 0.29
Hex 44 77 1B 2B 0 4D 35 5D 3F 1D
Octal 104 167 33 53 0 115 65 135 77 35
Binary 1000100 1110111 11011 101011 0 1001101 110101 1011101 111111 11101

Color Harmonies of #44771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44771B

Black with #44771B

Text Example


Text Example

White with #44771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44771B; }

 p { color: rgb(68,119,27); }

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

background-color css

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

 a { background-color: rgb(68,119,27); }

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

border-color css

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

 span { border-color: rgb(68,119,27); }

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