Html Css Color HEX #417C28 Bilbao

📋 copy color: '#417C28'

red 65 ◦ green 124 ◦ blue 40

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

Shades of Bilbao #417C28

Tints of Bilbao #417C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.47%

R = 28.38%
G = 54.15%
B = 17.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#417C28 (or 0x417C28) is known color: Bilbao. HEX triplet: 41, 7C and 28. RGB value is (65,124,40). Sum of RGB (Red+Green+Blue) = 65+124+40=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #417C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417C28 is #BE83D7. Grayscale: #616161. Windows color (decimal): -12485592 or 2653249. OLE color: 2653249.

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

Color convert

RGB 65 124 40 -
CMYK 0.48 0 0.68 0.51
HSL 102.14º 0.51% 0.32% -
HSV(B) 102.14º 0.68% 0.49% -
XYZ 9.77 15.69 4.52 -
YUV 96.78 95.95 105.33 -
System Red Green Blue C M Y K H S L
Decimal 65 124 40 0.48 0 0.68 0.51 102.14 0.51 0.32
Hex 41 7C 28 30 0 44 33 66 33 20
Octal 101 174 50 60 0 104 63 146 63 40
Binary 1000001 1111100 101000 110000 0 1000100 110011 1100110 110011 100000

Color Harmonies of #417C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C28

Black with #417C28

Text Example


Text Example

White with #417C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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