Html Css Color HEX #417E1A Bilbao

📋 copy color: '#417E1A'

red 65 ◦ green 126 ◦ blue 26

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

Shades of Bilbao #417E1A

Tints of Bilbao #417E1A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 58.06%

 BLUE value IS 26 (10.55% from 255) = 11.98%

R = 29.95%
G = 58.06%
B = 11.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#417E1A (or 0x417E1A) is known color: Bilbao. HEX triplet: 41, 7E and 1A. RGB value is (65,126,26). Sum of RGB (Red+Green+Blue) = 65+126+26=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 126 (49.61% from 255 or 58.06% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 126 - color contains mainly: green. Hex color #417E1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417E1A is #BE81E5. Grayscale: #606060. Windows color (decimal): -12485094 or 1736257. OLE color: 1736257.

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

Color convert

RGB 65 126 26 -
CMYK 0.48 0 0.79 0.51
HSL 96.6º 0.66% 0.3% -
HSV(B) 96.6º 0.79% 0.49% -
XYZ 9.83 16.12 3.57 -
YUV 96.36 88.29 105.63 -
System Red Green Blue C M Y K H S L
Decimal 65 126 26 0.48 0 0.79 0.51 96.6 0.66 0.3
Hex 41 7E 1A 30 0 4F 33 61 42 1E
Octal 101 176 32 60 0 117 63 141 102 36
Binary 1000001 1111110 11010 110000 0 1001111 110011 1100001 1000010 11110

Color Harmonies of #417E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417E1A

Black with #417E1A

Text Example


Text Example

White with #417E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,126,26); }

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

background-color css

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

 a { background-color: rgb(65,126,26); }

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

border-color css

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

 span { border-color: rgb(65,126,26); }

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