Html Css Color HEX #418101 Bilbao

📋 copy color: '#418101'

red 65 ◦ green 129 ◦ blue 1

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

Shades of Bilbao #418101

Tints of Bilbao #418101

RGB

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

 GREEN value IS 129 (50.78% from 255) = 66.15%

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

R = 33.33%
G = 66.15%
B = 0.51%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#418101 (or 0x418101) is known color: Bilbao. HEX triplet: 41, 81 and 01. RGB value is (65,129,1). Sum of RGB (Red+Green+Blue) = 65+129+1=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 129 (50.78% from 255 or 66.15% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 129 - color contains mainly: green. Hex color #418101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418101 is #BE7EFE. Grayscale: #5F5F5F. Windows color (decimal): -12484351 or 98625. OLE color: 98625.

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

Color convert

RGB 65 129 1 -
CMYK 0.50 0 0.99 0.49
HSL 90º 0.98% 0.25% -
HSV(B) 90º 0.99% 0.51% -
XYZ 10.04 16.83 2.75 -
YUV 95.27 74.8 106.41 -
System Red Green Blue C M Y K H S L
Decimal 65 129 1 0.50 0 0.99 0.49 90 0.98 0.25
Hex 41 81 1 32 0 63 31 5A 62 19
Octal 101 201 1 62 0 143 61 132 142 31
Binary 1000001 10000001 1 110010 0 1100011 110001 1011010 1100010 11001

Color Harmonies of #418101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418101

Black with #418101

Text Example


Text Example

White with #418101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418101; }

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

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

background-color css

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

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

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

border-color css

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

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

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