Html Css Color HEX #41730A Bilbao

📋 copy color: '#41730A'

red 65 ◦ green 115 ◦ blue 10

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

Shades of Bilbao #41730A

Tints of Bilbao #41730A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 60.53%

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

R = 34.21%
G = 60.53%
B = 5.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#41730A (or 0x41730A) is known color: Bilbao. HEX triplet: 41, 73 and 0A. RGB value is (65,115,10). Sum of RGB (Red+Green+Blue) = 65+115+10=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #41730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41730A is #BE8CF5. Grayscale: #585858. Windows color (decimal): -12487926 or 684865. OLE color: 684865.

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

Color convert

RGB 65 115 10 -
CMYK 0.43 0 0.91 0.55
HSL 88.57º 0.84% 0.25% -
HSV(B) 88.57º 0.91% 0.45% -
XYZ 8.37 13.41 2.43 -
YUV 88.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 65 115 10 0.43 0 0.91 0.55 88.57 0.84 0.25
Hex 41 73 A 2B 0 5B 37 59 54 19
Octal 101 163 12 53 0 133 67 131 124 31
Binary 1000001 1110011 1010 101011 0 1011011 110111 1011001 1010100 11001

Color Harmonies of #41730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41730A

Black with #41730A

Text Example


Text Example

White with #41730A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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