Html Css Color HEX #418505 Bilbao

📋 copy color: '#418505'

red 65 ◦ green 133 ◦ blue 5

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

Shades of Bilbao #418505

Tints of Bilbao #418505

RGB

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

 GREEN value IS 133 (52.34% from 255) = 65.52%

 BLUE value IS 5 (2.34% from 255) = 2.46%

R = 32.02%
G = 65.52%
B = 2.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#418505 (or 0x418505) is known color: Bilbao. HEX triplet: 41, 85 and 05. RGB value is (65,133,5). Sum of RGB (Red+Green+Blue) = 65+133+5=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #418505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418505 is #BE7AFA. Grayscale: #626262. Windows color (decimal): -12483323 or 361793. OLE color: 361793.

HSL color Cylindrical-coordinate representation of color #418505: hue angle of 91.88º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #418505 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 133 5 -
CMYK 0.51 0 0.96 0.48
HSL 91.88º 0.93% 0.27% -
HSV(B) 91.88º 0.96% 0.52% -
XYZ 10.59 17.91 3.04 -
YUV 98.08 75.47 104.41 -
System Red Green Blue C M Y K H S L
Decimal 65 133 5 0.51 0 0.96 0.48 91.88 0.93 0.27
Hex 41 85 5 33 0 60 30 5C 5D 1B
Octal 101 205 5 63 0 140 60 134 135 33
Binary 1000001 10000101 101 110011 0 1100000 110000 1011100 1011101 11011

Color Harmonies of #418505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418505

Black with #418505

Text Example


Text Example

White with #418505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418505; }

 p { color: rgb(65,133,5); }

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

background-color css

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

 a { background-color: rgb(65,133,5); }

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

border-color css

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

 span { border-color: rgb(65,133,5); }

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