Html Css Color HEX #41730E Bilbao

📋 copy color: '#41730E'

red 65 ◦ green 115 ◦ blue 14

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

Shades of Bilbao #41730E

Tints of Bilbao #41730E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.22%

R = 33.51%
G = 59.28%
B = 7.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#41730E (or 0x41730E) is known color: Bilbao. HEX triplet: 41, 73 and 0E. RGB value is (65,115,14). Sum of RGB (Red+Green+Blue) = 65+115+14=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #41730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41730E is #BE8CF1. Grayscale: #585858. Windows color (decimal): -12487922 or 947009. OLE color: 947009.

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

Color convert

RGB 65 115 14 -
CMYK 0.43 0 0.88 0.55
HSL 89.7º 0.78% 0.25% -
HSV(B) 89.7º 0.88% 0.45% -
XYZ 8.39 13.42 2.56 -
YUV 88.54 85.94 111.21 -
System Red Green Blue C M Y K H S L
Decimal 65 115 14 0.43 0 0.88 0.55 89.7 0.78 0.25
Hex 41 73 E 2B 0 58 37 5A 4E 19
Octal 101 163 16 53 0 130 67 132 116 31
Binary 1000001 1110011 1110 101011 0 1011000 110111 1011010 1001110 11001

Color Harmonies of #41730E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41730E

Black with #41730E

Text Example


Text Example

White with #41730E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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