Html Css Color HEX #417C1A Bilbao

📋 copy color: '#417C1A'

red 65 ◦ green 124 ◦ blue 26

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

Shades of Bilbao #417C1A

Tints of Bilbao #417C1A

RGB

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

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

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

R = 30.23%
G = 57.67%
B = 12.09%

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

#417C1A (or 0x417C1A) is known color: Bilbao. HEX triplet: 41, 7C and 1A. RGB value is (65,124,26). Sum of RGB (Red+Green+Blue) = 65+124+26=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #417C1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417C1A is #BE83E5. Grayscale: #5F5F5F. Windows color (decimal): -12485606 or 1735745. OLE color: 1735745.

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

Color convert

RGB 65 124 26 -
CMYK 0.48 0 0.79 0.51
HSL 96.12º 0.65% 0.29% -
HSV(B) 96.12º 0.79% 0.49% -
XYZ 9.57 15.61 3.49 -
YUV 95.19 88.95 106.47 -
System Red Green Blue C M Y K H S L
Decimal 65 124 26 0.48 0 0.79 0.51 96.12 0.65 0.29
Hex 41 7C 1A 30 0 4F 33 60 41 1D
Octal 101 174 32 60 0 117 63 140 101 35
Binary 1000001 1111100 11010 110000 0 1001111 110011 1100000 1000001 11101

Color Harmonies of #417C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C1A

Black with #417C1A

Text Example


Text Example

White with #417C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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