Html Css Color HEX #418304 Bilbao

📋 copy color: '#418304'

red 65 ◦ green 131 ◦ blue 4

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

Shades of Bilbao #418304

Tints of Bilbao #418304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 65.5%

 BLUE value IS 4 (1.95% from 255) = 2%

R = 32.5%
G = 65.5%
B = 2%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#418304 (or 0x418304) is known color: Bilbao. HEX triplet: 41, 83 and 04. RGB value is (65,131,4). Sum of RGB (Red+Green+Blue) = 65+131+4=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 131 (51.56% from 255 or 65.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 131 - color contains mainly: green. Hex color #418304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418304 is #BE7CFB. Grayscale: #616161. Windows color (decimal): -12483836 or 295745. OLE color: 295745.

HSL color Cylindrical-coordinate representation of color #418304: hue angle of 91.18º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #418304 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 131 4 -
CMYK 0.50 0 0.97 0.49
HSL 91.18º 0.94% 0.26% -
HSV(B) 91.18º 0.97% 0.51% -
XYZ 10.32 17.37 2.92 -
YUV 96.79 75.63 105.33 -
System Red Green Blue C M Y K H S L
Decimal 65 131 4 0.50 0 0.97 0.49 91.18 0.94 0.26
Hex 41 83 4 32 0 61 31 5B 5E 1A
Octal 101 203 4 62 0 141 61 133 136 32
Binary 1000001 10000011 100 110010 0 1100001 110001 1011011 1011110 11010

Color Harmonies of #418304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418304

Black with #418304

Text Example


Text Example

White with #418304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418304; }

 p { color: rgb(65,131,4); }

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

background-color css

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

 a { background-color: rgb(65,131,4); }

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

border-color css

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

 span { border-color: rgb(65,131,4); }

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