Html Css Color HEX #417C01 Bilbao

📋 copy color: '#417C01'

red 65 ◦ green 124 ◦ blue 1

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

Shades of Bilbao #417C01

Tints of Bilbao #417C01

RGB

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

 GREEN value IS 124 (48.83% from 255) = 65.26%

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

R = 34.21%
G = 65.26%
B = 0.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#417C01 (or 0x417C01) is known color: Bilbao. HEX triplet: 41, 7C and 01. RGB value is (65,124,1). Sum of RGB (Red+Green+Blue) = 65+124+1=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 124 (48.83% from 255 or 65.26% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 124 - color contains mainly: green. Hex color #417C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417C01 is #BE83FE. Grayscale: #5C5C5C. Windows color (decimal): -12485631 or 97345. OLE color: 97345.

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

Color convert

RGB 65 124 1 -
CMYK 0.48 0 0.99 0.51
HSL 88.78º 0.98% 0.25% -
HSV(B) 88.78º 0.99% 0.49% -
XYZ 9.39 15.54 2.53 -
YUV 92.34 76.45 108.5 -
System Red Green Blue C M Y K H S L
Decimal 65 124 1 0.48 0 0.99 0.51 88.78 0.98 0.25
Hex 41 7C 1 30 0 63 33 59 62 19
Octal 101 174 1 60 0 143 63 131 142 31
Binary 1000001 1111100 1 110000 0 1100011 110011 1011001 1100010 11001

Color Harmonies of #417C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C01

Black with #417C01

Text Example


Text Example

White with #417C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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