Html Css Color HEX #417D03 Bilbao

📋 copy color: '#417D03'

red 65 ◦ green 125 ◦ blue 3

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

Shades of Bilbao #417D03

Tints of Bilbao #417D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.55%

R = 33.68%
G = 64.77%
B = 1.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#417D03 (or 0x417D03) is known color: Bilbao. HEX triplet: 41, 7D and 03. RGB value is (65,125,3). Sum of RGB (Red+Green+Blue) = 65+125+3=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 125 (49.22% from 255 or 64.77% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 125 - color contains mainly: green. Hex color #417D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417D03 is #BE82FC. Grayscale: #5D5D5D. Windows color (decimal): -12485373 or 228673. OLE color: 228673.

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

Color convert

RGB 65 125 3 -
CMYK 0.48 0 0.98 0.51
HSL 89.51º 0.95% 0.25% -
HSV(B) 89.51º 0.98% 0.49% -
XYZ 9.53 15.8 2.63 -
YUV 93.15 77.12 107.92 -
System Red Green Blue C M Y K H S L
Decimal 65 125 3 0.48 0 0.98 0.51 89.51 0.95 0.25
Hex 41 7D 3 30 0 62 33 5A 5F 19
Octal 101 175 3 60 0 142 63 132 137 31
Binary 1000001 1111101 11 110000 0 1100010 110011 1011010 1011111 11001

Color Harmonies of #417D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417D03

Black with #417D03

Text Example


Text Example

White with #417D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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