Html Css Color HEX #41730C Bilbao

📋 copy color: '#41730C'

red 65 ◦ green 115 ◦ blue 12

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

Shades of Bilbao #41730C

Tints of Bilbao #41730C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.25%

R = 33.85%
G = 59.9%
B = 6.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#41730C (or 0x41730C) is known color: Bilbao. HEX triplet: 41, 73 and 0C. RGB value is (65,115,12). Sum of RGB (Red+Green+Blue) = 65+115+12=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 115 (45.31% from 255 or 59.90% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 115 - color contains mainly: green. Hex color #41730C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41730C is #BE8CF3. Grayscale: #585858. Windows color (decimal): -12487924 or 815937. OLE color: 815937.

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

Color convert

RGB 65 115 12 -
CMYK 0.43 0 0.90 0.55
HSL 89.13º 0.81% 0.25% -
HSV(B) 89.13º 0.9% 0.45% -
XYZ 8.38 13.41 2.5 -
YUV 88.31 84.94 111.38 -
System Red Green Blue C M Y K H S L
Decimal 65 115 12 0.43 0 0.90 0.55 89.13 0.81 0.25
Hex 41 73 C 2B 0 5A 37 59 51 19
Octal 101 163 14 53 0 132 67 131 121 31
Binary 1000001 1110011 1100 101011 0 1011010 110111 1011001 1010001 11001

Color Harmonies of #41730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41730C

Black with #41730C

Text Example


Text Example

White with #41730C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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