Html Css Color HEX #41761B Bilbao

📋 copy color: '#41761B'

red 65 ◦ green 118 ◦ blue 27

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

Shades of Bilbao #41761B

Tints of Bilbao #41761B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 56.19%

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

R = 30.95%
G = 56.19%
B = 12.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#41761B (or 0x41761B) is known color: Bilbao. HEX triplet: 41, 76 and 1B. RGB value is (65,118,27). Sum of RGB (Red+Green+Blue) = 65+118+27=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #41761B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41761B is #BE89E4. Grayscale: #5C5C5C. Windows color (decimal): -12487141 or 1799745. OLE color: 1799745.

HSL color Cylindrical-coordinate representation of color #41761B: hue angle of 94.95º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41761B is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 118 27 -
CMYK 0.45 0 0.77 0.54
HSL 94.95º 0.63% 0.28% -
HSV(B) 94.95º 0.77% 0.46% -
XYZ 8.86 14.16 3.3 -
YUV 91.78 91.44 108.9 -
System Red Green Blue C M Y K H S L
Decimal 65 118 27 0.45 0 0.77 0.54 94.95 0.63 0.28
Hex 41 76 1B 2D 0 4D 36 5F 3F 1C
Octal 101 166 33 55 0 115 66 137 77 34
Binary 1000001 1110110 11011 101101 0 1001101 110110 1011111 111111 11100

Color Harmonies of #41761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41761B

Black with #41761B

Text Example


Text Example

White with #41761B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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