Html Css Color HEX #41760A Bilbao

📋 copy color: '#41760A'

red 65 ◦ green 118 ◦ blue 10

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

Shades of Bilbao #41760A

Tints of Bilbao #41760A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.18%

R = 33.68%
G = 61.14%
B = 5.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#41760A (or 0x41760A) is known color: Bilbao. HEX triplet: 41, 76 and 0A. RGB value is (65,118,10). Sum of RGB (Red+Green+Blue) = 65+118+10=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #41760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41760A is #BE89F5. Grayscale: #5A5A5A. Windows color (decimal): -12487158 or 685633. OLE color: 685633.

HSL color Cylindrical-coordinate representation of color #41760A: hue angle of 89.44º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41760A is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 118 10 -
CMYK 0.45 0 0.92 0.54
HSL 89.44º 0.84% 0.25% -
HSV(B) 89.44º 0.92% 0.46% -
XYZ 8.71 14.1 2.55 -
YUV 89.84 82.94 110.28 -
System Red Green Blue C M Y K H S L
Decimal 65 118 10 0.45 0 0.92 0.54 89.44 0.84 0.25
Hex 41 76 A 2D 0 5C 36 59 54 19
Octal 101 166 12 55 0 134 66 131 124 31
Binary 1000001 1110110 1010 101101 0 1011100 110110 1011001 1010100 11001

Color Harmonies of #41760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41760A

Black with #41760A

Text Example


Text Example

White with #41760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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