Html Css Color HEX #417C2A Bilbao

📋 copy color: '#417C2A'

red 65 ◦ green 124 ◦ blue 42

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

Shades of Bilbao #417C2A

Tints of Bilbao #417C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 28.14%
G = 53.68%
B = 18.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#417C2A (or 0x417C2A) is known color: Bilbao. HEX triplet: 41, 7C and 2A. RGB value is (65,124,42). Sum of RGB (Red+Green+Blue) = 65+124+42=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 124 (48.83% from 255 or 53.68% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 124 - color contains mainly: green. Hex color #417C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417C2A is #BE83D5. Grayscale: #616161. Windows color (decimal): -12485590 or 2784321. OLE color: 2784321.

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

Color convert

RGB 65 124 42 -
CMYK 0.48 0 0.66 0.51
HSL 103.17º 0.49% 0.33% -
HSV(B) 103.17º 0.66% 0.49% -
XYZ 9.81 15.71 4.71 -
YUV 97.01 96.95 105.17 -
System Red Green Blue C M Y K H S L
Decimal 65 124 42 0.48 0 0.66 0.51 103.17 0.49 0.33
Hex 41 7C 2A 30 0 42 33 67 31 21
Octal 101 174 52 60 0 102 63 147 61 41
Binary 1000001 1111100 101010 110000 0 1000010 110011 1100111 110001 100001

Color Harmonies of #417C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C2A

Black with #417C2A

Text Example


Text Example

White with #417C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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