Html Css Color HEX #418204 Bilbao

📋 copy color: '#418204'

red 65 ◦ green 130 ◦ blue 4

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

Shades of Bilbao #418204

Tints of Bilbao #418204

RGB

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

 GREEN value IS 130 (51.17% from 255) = 65.33%

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

R = 32.66%
G = 65.33%
B = 2.01%

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

#418204 (or 0x418204) is known color: Bilbao. HEX triplet: 41, 82 and 04. RGB value is (65,130,4). Sum of RGB (Red+Green+Blue) = 65+130+4=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 130 (51.17% from 255 or 65.33% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 130 - color contains mainly: green. Hex color #418204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418204 is #BE7DFB. Grayscale: #606060. Windows color (decimal): -12484092 or 295489. OLE color: 295489.

HSL color Cylindrical-coordinate representation of color #418204: hue angle of 90.95º 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 #418204 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 130 4 -
CMYK 0.50 0 0.97 0.49
HSL 90.95º 0.94% 0.26% -
HSV(B) 90.95º 0.97% 0.51% -
XYZ 10.18 17.1 2.88 -
YUV 96.2 75.97 105.75 -
System Red Green Blue C M Y K H S L
Decimal 65 130 4 0.50 0 0.97 0.49 90.95 0.94 0.26
Hex 41 82 4 32 0 61 31 5B 5E 1A
Octal 101 202 4 62 0 141 61 133 136 32
Binary 1000001 10000010 100 110010 0 1100001 110001 1011011 1011110 11010

Color Harmonies of #418204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418204

Black with #418204

Text Example


Text Example

White with #418204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418204; }

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

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

background-color css

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

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

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

border-color css

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

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

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