Html Css Color HEX #41770A Bilbao

📋 copy color: '#41770A'

red 65 ◦ green 119 ◦ blue 10

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

Shades of Bilbao #41770A

Tints of Bilbao #41770A

RGB

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

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

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

R = 33.51%
G = 61.34%
B = 5.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#41770A (or 0x41770A) is known color: Bilbao. HEX triplet: 41, 77 and 0A. RGB value is (65,119,10). Sum of RGB (Red+Green+Blue) = 65+119+10=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #41770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41770A is #BE88F5. Grayscale: #5A5A5A. Windows color (decimal): -12486902 or 685889. OLE color: 685889.

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

Color convert

RGB 65 119 10 -
CMYK 0.45 0 0.92 0.53
HSL 89.72º 0.84% 0.25% -
HSV(B) 89.72º 0.92% 0.47% -
XYZ 8.83 14.34 2.59 -
YUV 90.43 82.61 109.86 -
System Red Green Blue C M Y K H S L
Decimal 65 119 10 0.45 0 0.92 0.53 89.72 0.84 0.25
Hex 41 77 A 2D 0 5C 35 5A 54 19
Octal 101 167 12 55 0 134 65 132 124 31
Binary 1000001 1110111 1010 101101 0 1011100 110101 1011010 1010100 11001

Color Harmonies of #41770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41770A

Black with #41770A

Text Example


Text Example

White with #41770A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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