Html Css Color HEX #41770F Bilbao

📋 copy color: '#41770F'

red 65 ◦ green 119 ◦ blue 15

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

Shades of Bilbao #41770F

Tints of Bilbao #41770F

RGB

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

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

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

R = 32.66%
G = 59.8%
B = 7.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#41770F (or 0x41770F) is known color: Bilbao. HEX triplet: 41, 77 and 0F. RGB value is (65,119,15). Sum of RGB (Red+Green+Blue) = 65+119+15=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #41770F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41770F is #BE88F0. Grayscale: #5B5B5B. Windows color (decimal): -12486897 or 1013569. OLE color: 1013569.

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

Color convert

RGB 65 119 15 -
CMYK 0.45 0 0.87 0.53
HSL 91.15º 0.78% 0.26% -
HSV(B) 91.15º 0.87% 0.47% -
XYZ 8.86 14.35 2.76 -
YUV 91 85.11 109.46 -
System Red Green Blue C M Y K H S L
Decimal 65 119 15 0.45 0 0.87 0.53 91.15 0.78 0.26
Hex 41 77 F 2D 0 57 35 5B 4E 1A
Octal 101 167 17 55 0 127 65 133 116 32
Binary 1000001 1110111 1111 101101 0 1010111 110101 1011011 1001110 11010

Color Harmonies of #41770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41770F

Black with #41770F

Text Example


Text Example

White with #41770F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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