Html Css Color HEX #417C1B Bilbao

📋 copy color: '#417C1B'

red 65 ◦ green 124 ◦ blue 27

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

Shades of Bilbao #417C1B

Tints of Bilbao #417C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.5%

R = 30.09%
G = 57.41%
B = 12.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#417C1B (or 0x417C1B) is known color: Bilbao. HEX triplet: 41, 7C and 1B. RGB value is (65,124,27). Sum of RGB (Red+Green+Blue) = 65+124+27=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #417C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417C1B is #BE83E4. Grayscale: #5F5F5F. Windows color (decimal): -12485605 or 1801281. OLE color: 1801281.

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

Color convert

RGB 65 124 27 -
CMYK 0.48 0 0.78 0.51
HSL 96.49º 0.64% 0.3% -
HSV(B) 96.49º 0.78% 0.49% -
XYZ 9.59 15.62 3.55 -
YUV 95.3 89.45 106.39 -
System Red Green Blue C M Y K H S L
Decimal 65 124 27 0.48 0 0.78 0.51 96.49 0.64 0.3
Hex 41 7C 1B 30 0 4E 33 60 40 1E
Octal 101 174 33 60 0 116 63 140 100 36
Binary 1000001 1111100 11011 110000 0 1001110 110011 1100000 1000000 11110

Color Harmonies of #417C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C1B

Black with #417C1B

Text Example


Text Example

White with #417C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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