Html Css Color HEX #417901 Bilbao

📋 copy color: '#417901'

red 65 ◦ green 121 ◦ blue 1

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

Shades of Bilbao #417901

Tints of Bilbao #417901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 64.71%

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

R = 34.76%
G = 64.71%
B = 0.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#417901 (or 0x417901) is known color: Bilbao. HEX triplet: 41, 79 and 01. RGB value is (65,121,1). Sum of RGB (Red+Green+Blue) = 65+121+1=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 121 (47.66% from 255 or 64.71% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 121 - color contains mainly: green. Hex color #417901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417901 is #BE86FE. Grayscale: #5B5B5B. Windows color (decimal): -12486399 or 96577. OLE color: 96577.

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

Color convert

RGB 65 121 1 -
CMYK 0.46 0 0.99 0.53
HSL 88º 0.98% 0.24% -
HSV(B) 88º 0.99% 0.47% -
XYZ 9.02 14.8 2.41 -
YUV 90.58 77.45 109.76 -
System Red Green Blue C M Y K H S L
Decimal 65 121 1 0.46 0 0.99 0.53 88 0.98 0.24
Hex 41 79 1 2E 0 63 35 58 62 18
Octal 101 171 1 56 0 143 65 130 142 30
Binary 1000001 1111001 1 101110 0 1100011 110101 1011000 1100010 11000

Color Harmonies of #417901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417901

Black with #417901

Text Example


Text Example

White with #417901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417901; }

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

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

background-color css

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

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

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

border-color css

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

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

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