Html Css Color HEX #41760F Bilbao

📋 copy color: '#41760F'

red 65 ◦ green 118 ◦ blue 15

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

Shades of Bilbao #41760F

Tints of Bilbao #41760F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.58%

R = 32.83%
G = 59.6%
B = 7.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#41760F (or 0x41760F) is known color: Bilbao. HEX triplet: 41, 76 and 0F. RGB value is (65,118,15). Sum of RGB (Red+Green+Blue) = 65+118+15=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 118 (46.48% from 255 or 59.60% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 118 - color contains mainly: green. Hex color #41760F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41760F is #BE89F0. Grayscale: #5A5A5A. Windows color (decimal): -12487153 or 1013313. OLE color: 1013313.

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

Color convert

RGB 65 118 15 -
CMYK 0.45 0 0.87 0.54
HSL 90.87º 0.77% 0.26% -
HSV(B) 90.87º 0.87% 0.46% -
XYZ 8.74 14.12 2.72 -
YUV 90.41 85.44 109.88 -
System Red Green Blue C M Y K H S L
Decimal 65 118 15 0.45 0 0.87 0.54 90.87 0.77 0.26
Hex 41 76 F 2D 0 57 36 5B 4D 1A
Octal 101 166 17 55 0 127 66 133 115 32
Binary 1000001 1110110 1111 101101 0 1010111 110110 1011011 1001101 11010

Color Harmonies of #41760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41760F

Black with #41760F

Text Example


Text Example

White with #41760F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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