Html Css Color HEX #41771B Bilbao

📋 copy color: '#41771B'

red 65 ◦ green 119 ◦ blue 27

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

Shades of Bilbao #41771B

Tints of Bilbao #41771B

RGB

 RED value IS 65 (25.78% from 255) = 30.81%

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

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

R = 30.81%
G = 56.4%
B = 12.8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#41771B (or 0x41771B) is known color: Bilbao. HEX triplet: 41, 77 and 1B. RGB value is (65,119,27). Sum of RGB (Red+Green+Blue) = 65+119+27=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 119 (46.88% from 255 or 56.40% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 119 - color contains mainly: green. Hex color #41771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41771B is #BE88E4. Grayscale: #5C5C5C. Windows color (decimal): -12486885 or 1800001. OLE color: 1800001.

HSL color Cylindrical-coordinate representation of color #41771B: hue angle of 95.22º 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 #41771B is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 119 27 -
CMYK 0.45 0 0.77 0.53
HSL 95.22º 0.63% 0.29% -
HSV(B) 95.22º 0.77% 0.47% -
XYZ 8.97 14.4 3.34 -
YUV 92.37 91.11 108.48 -
System Red Green Blue C M Y K H S L
Decimal 65 119 27 0.45 0 0.77 0.53 95.22 0.63 0.29
Hex 41 77 1B 2D 0 4D 35 5F 3F 1D
Octal 101 167 33 55 0 115 65 137 77 35
Binary 1000001 1110111 11011 101101 0 1001101 110101 1011111 111111 11101

Color Harmonies of #41771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41771B

Black with #41771B

Text Example


Text Example

White with #41771B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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