Html Css Color HEX #417D01 Bilbao

📋 copy color: '#417D01'

red 65 ◦ green 125 ◦ blue 1

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

Shades of Bilbao #417D01

Tints of Bilbao #417D01

RGB

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

 GREEN value IS 125 (49.22% from 255) = 65.45%

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

R = 34.03%
G = 65.45%
B = 0.52%

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

#417D01 (or 0x417D01) is known color: Bilbao. HEX triplet: 41, 7D and 01. RGB value is (65,125,1). Sum of RGB (Red+Green+Blue) = 65+125+1=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 125 (49.22% from 255 or 65.45% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 125 - color contains mainly: green. Hex color #417D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417D01 is #BE82FE. Grayscale: #5D5D5D. Windows color (decimal): -12485375 or 97601. OLE color: 97601.

HSL color Cylindrical-coordinate representation of color #417D01: hue angle of 89.03º 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 #417D01 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 125 1 -
CMYK 0.48 0 0.99 0.51
HSL 89.03º 0.98% 0.25% -
HSV(B) 89.03º 0.99% 0.49% -
XYZ 9.52 15.79 2.58 -
YUV 92.92 76.12 108.08 -
System Red Green Blue C M Y K H S L
Decimal 65 125 1 0.48 0 0.99 0.51 89.03 0.98 0.25
Hex 41 7D 1 30 0 63 33 59 62 19
Octal 101 175 1 60 0 143 63 131 142 31
Binary 1000001 1111101 1 110000 0 1100011 110011 1011001 1100010 11001

Color Harmonies of #417D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417D01

Black with #417D01

Text Example


Text Example

White with #417D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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