Html Css Color HEX #418401 Bilbao

📋 copy color: '#418401'

red 65 ◦ green 132 ◦ blue 1

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

Shades of Bilbao #418401

Tints of Bilbao #418401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 66.67%

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

R = 32.83%
G = 66.67%
B = 0.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#418401 (or 0x418401) is known color: Bilbao. HEX triplet: 41, 84 and 01. RGB value is (65,132,1). Sum of RGB (Red+Green+Blue) = 65+132+1=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 132 (51.95% from 255 or 66.67% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 132 - color contains mainly: green. Hex color #418401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418401 is #BE7BFE. Grayscale: #616161. Windows color (decimal): -12483583 or 99393. OLE color: 99393.

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

Color convert

RGB 65 132 1 -
CMYK 0.51 0 0.99 0.48
HSL 90.69º 0.98% 0.26% -
HSV(B) 90.69º 0.99% 0.52% -
XYZ 10.44 17.63 2.88 -
YUV 97.03 73.8 105.15 -
System Red Green Blue C M Y K H S L
Decimal 65 132 1 0.51 0 0.99 0.48 90.69 0.98 0.26
Hex 41 84 1 33 0 63 30 5B 62 1A
Octal 101 204 1 63 0 143 60 133 142 32
Binary 1000001 10000100 1 110011 0 1100011 110000 1011011 1100010 11010

Color Harmonies of #418401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418401

Black with #418401

Text Example


Text Example

White with #418401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418401; }

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

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

background-color css

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

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

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

border-color css

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

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

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