Html Css Color HEX #418901 Bilbao

📋 copy color: '#418901'

red 65 ◦ green 137 ◦ blue 1

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

Shades of Bilbao #418901

Tints of Bilbao #418901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 67.49%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 32.02%
G = 67.49%
B = 0.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#418901 (or 0x418901) is known color: Bilbao. HEX triplet: 41, 89 and 01. RGB value is (65,137,1). Sum of RGB (Red+Green+Blue) = 65+137+1=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 137 (53.91% from 255 or 67.49% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 137 - color contains mainly: green. Hex color #418901 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418901 is #BE76FE. Grayscale: #646464. Windows color (decimal): -12482303 or 100673. OLE color: 100673.

HSL color Cylindrical-coordinate representation of color #418901: hue angle of 91.76º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #418901 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 1 -
CMYK 0.53 0 0.99 0.46
HSL 91.76º 0.99% 0.27% -
HSV(B) 91.76º 0.99% 0.54% -
XYZ 11.13 19.02 3.11 -
YUV 99.97 72.15 103.06 -
System Red Green Blue C M Y K H S L
Decimal 65 137 1 0.53 0 0.99 0.46 91.76 0.99 0.27
Hex 41 89 1 35 0 63 2E 5C 63 1B
Octal 101 211 1 65 0 143 56 134 143 33
Binary 1000001 10001001 1 110101 0 1100011 101110 1011100 1100011 11011

Color Harmonies of #418901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418901

Black with #418901

Text Example


Text Example

White with #418901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418901; }

 p { color: rgb(65,137,1); }

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

background-color css

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

 a { background-color: rgb(65,137,1); }

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

border-color css

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

 span { border-color: rgb(65,137,1); }

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